SplitterDistance Properties

DevZest WPF Docking

SplitterDistance Properties

The SplitterDistance type exposes the following members.

Properties
  Name Description
Public property Static member AutoPixel
Gets an instance of SplitterDistance that holds a value whose size is determined by the size of the content object, and expressed in pixels.
Public property Static member AutoStar
Gets an instance of SplitterDistance that holds a value whose size is determined by the size of the content object, and expressed as a weighted proportion of available space.
Public property IsAbsolute
Gets a value that indicates whether the SplitterDistance holds a value that is expressed in pixels.
Public property IsAuto
Gets a value that indicates whether the SplitterDistance holds a value whose size is determined by the size properties of the content object.
Public property IsAutoPixel
Gets a value that indicates whether the SplitterDistance holds a value whose size is determined by the size properties of the content object, and expressed in pixels.
Public property IsAutoStar
Gets a value that indicates whether the SplitterDistance holds a value whose size is determined by the desired size of the content object, and expressed as a weighted proportion of available space.
Public property IsStar
Gets a value that indicates whether the SplitterDistance holds a value that is expressed as a weighted proportion of available space.
Public property UnitType
Gets the associated SplitterUnitType for the SplitterDistance.
Public property Value
Gets a Double that represents the value of the SplitterDistance.
Top
See Also