Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Panels Namespace / StackLength Structure
Members


In This Topic
    StackLength Structure
    In This Topic
    StackLength is the type used for the Length property of a StackDefinition (used by StackedStackPanel).
    Syntax
    'Declaration
     
    <TypeConverterAttribute(Xceed.Wpf.Toolkit.Panels.StackLengthConverter)>
    Public Structure StackLength 
       Inherits System.ValueType
    'Usage
     
    Dim instance As StackLength
    [TypeConverter(Xceed.Wpf.Toolkit.Panels.StackLengthConverter)]
    public struct StackLength : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Xceed.Wpf.Toolkit.Panels.StackLength

    Public Constructors
     NameDescription
    Public ConstructorConstructor, initializes the StackLength as absolute value in pixels.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic)Returns initialized Auto StackLength value.  
    Public Propertystatic (Shared in Visual Basic)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).  
    Public PropertyReturns true if this StackLength instance holds an absolute (pixel) value.  
    Public PropertyReturns true if this StackLength instance is automatic (not specified).  
    Public PropertyReturns true if this StackLength instance is determined by the DefaultStackLength property on the owning StackedStackPanel.  
    Public PropertyReturns value part of this StackLength instance.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Compares this instance of StackLength with another object.  
    Public MethodSystem.Object.GetHashCode  
    Public MethodReturns the string representation of this object.  
    Top
    Public Operators
    Overloaded operator, compares 2 StackLength's.
    Overloaded operator, compares 2 StackLength's.
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also