SplitterLength Members
Include Protected Members
Include Inherited Members
Length unit similar to GridLength. Lengths of type Stretch use a desired amount of space (in device units) equal to their Value, but stretch to fit the parent control if there are no Fill elements. Fill elements use space remaining after Stretch elements are allocated space, maintaining ratios of values between elements.
The SplitterLength type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SplitterLength(Double) | ||
SplitterLength(Double, SplitterUnitType) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ValueType.Equals(Object).) | |
Equals(SplitterLength) | ||
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides ValueType.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ValueType.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | ||
Inequality |
Top
Properties
Name | Description | |
---|---|---|
IsFill | ||
IsStretch | ||
SplitterUnitType | ||
Value |
Top