DevZest WPF Docking
SplitterDistance Properties |
The SplitterDistance type exposes the following members.
Properties
Name | Description | |
---|---|---|
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.
|
|
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.
|
|
IsAbsolute |
Gets a value that indicates whether the SplitterDistance holds a value that is expressed in pixels.
|
|
IsAuto |
Gets a value that indicates whether the SplitterDistance holds a value whose size is determined by the size properties of the content object.
|
|
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.
|
|
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.
|
|
IsStar |
Gets a value that indicates whether the SplitterDistance holds a value that is expressed as a weighted proportion of available space.
|
|
UnitType |
Gets the associated SplitterUnitType for the SplitterDistance.
|
|
Value |
Gets a Double that represents the value of the SplitterDistance.
|
See Also