DevZest WPF Docking
SplitterUnitType Enumeration |
Describes the kind of value that a SplitterDistance object is holding.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Pixel | 0 | The value is expressed as a pixel. | |
Star | 1 | The value is expressed as a weighted proportion of available space. |
Remarks
Star sizing is used to distribute available space by weighted proportions:
sizeInPixel = availableSizeInPixel * weightedProportion / (weightedProportion + 1).
See Also