SplitterUnitType Enumeration

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
public enum SplitterUnitType
Public Enumeration SplitterUnitType
Members
  Member nameValueDescription
Pixel0The value is expressed as a pixel.
Star1The 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