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. |