Enum ThicknessMask
Mask flags used by ThicknessMaskConverter.
Namespace: PresentationTheme.AeroLite.Win10
Assembly: PresentationTheme.AeroLite.Win10.dll
Syntax
[Flags]
public enum ThicknessMask
Fields
Name | Description |
---|---|
All | Use all values of the source Thickness. |
Bottom | Use Bottom. |
Left | Use Left. |
None | Use none of the source Thickness. |
NotBottom | Use all but Bottom. |
NotLeft | Use all but Left. |
NotRight | Use all but Right. |
NotTop | Use all but Top. |
Right | Use Right. |
Top | Use Top. |