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 = 2Indicates the WindowSill bar is horizontal and large-sized.
HorizontalMedium = 1Indicates the WindowSill bar is horizontal and medium-sized.
HorizontalSmall = 0Indicates the WindowSill bar is horizontal and small.
VerticalLarge = 5Indicates the WindowSill bar is vertical and large-sized.
VerticalMedium = 4Indicates the WindowSill bar is vertical and medium-sized.
VerticalSmall = 3Indicates the WindowSill bar is vertical and small-sized.