Enum SplitterUnitType
Describes the kind of value that a SplitterDistance object is holding.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking.dll
Syntax
public enum SplitterUnitType
Remarks
Star sizing is used to distribute available space by weighted proportions: sizeInPixel = availableSizeInPixel * weightedProportion / (weightedProportion + 1).
Fields
| Name | Description |
|---|---|
| Pixel | The value is expressed as a pixel. |
| Star | The value is expressed as a weighted proportion of available space. |