

'Declaration<TypeConverterAttribute(Xceed.Wpf.Toolkit.Panels.StackLengthConverter)> Public Structure StackLength Inherits System.ValueType
'UsageDim instance As StackLength
[TypeConverter(Xceed.Wpf.Toolkit.Panels.StackLengthConverter)] public struct StackLength : System.ValueType
System.Object
System.ValueType
Xceed.Wpf.Toolkit.Panels.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. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.