Table of Contents

Enum SillOrientationAndSize

Namespace
WindowSill.API
Assembly
WindowSill.API.dll

Defines the orientation and size of the WindowSill bar.

public enum SillOrientationAndSize
Extension Methods

Fields

HorizontalLarge = 2

Indicates the WindowSill bar is horizontal and large-sized.

HorizontalMedium = 1

Indicates the WindowSill bar is horizontal and medium-sized.

HorizontalSmall = 0

Indicates the WindowSill bar is horizontal and small.

VerticalLarge = 5

Indicates the WindowSill bar is vertical and large-sized.

VerticalMedium = 4

Indicates the WindowSill bar is vertical and medium-sized.

VerticalSmall = 3

Indicates the WindowSill bar is vertical and small-sized.