Name | Description | |
---|---|---|
StackLength Constructor | Constructor, initializes the StackLength as absolute value in pixels. |
The following tables list the members exposed by StackLength.
Name | Description | |
---|---|---|
StackLength Constructor | Constructor, initializes the StackLength as absolute value in pixels. |
Name | Description | |
---|---|---|
Auto | Returns initialized Auto StackLength value. | |
Default | Returns initialized Default StackLength value. This means that the stack's length will be determined by the DefaultStackLength value on the owning StackedStackPanel (which is Auto, by default). | |
IsAbsolute | Returns true if this StackLength instance holds an absolute (pixel) value. | |
IsAuto | Returns true if this StackLength instance is automatic (not specified). | |
IsDefault | Returns true if this StackLength instance is determined by the DefaultStackLength property on the owning StackedStackPanel. | |
Value | Returns value part of this StackLength instance. |
Name | Description | |
---|---|---|
Equals | Overloaded. Compares this instance of StackLength with another object. | |
GetHashCode | System.Object.GetHashCode | |
ToString | Returns the string representation of this object. |
Equality | Overloaded operator, compares 2 StackLength's. |
Inequality | Overloaded operator, compares 2 StackLength's. |