Enum DimAlignments
- Namespace
- RichHudFramework.UI
- Assembly
- RichHudClient.dll
Automatic size matching flags for DimAlignment
[Flags]
public enum DimAlignments : byte
Fields
None = 0No size matching
Width = 1Match parent width
Height = 2Match parent height
Both = Width | HeightMatch parent size
Size = Width | HeightMatch parent size
IgnorePadding = 4Matches parent size less padding
UnpaddedWidth = Width | IgnorePaddingMatch parent width less padding
UnpaddedHeight = Height | IgnorePaddingMatch parent height less padding
UnpaddedSize = Width | UnpaddedHeightMatch parent size less padding