Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Panels Namespace / StackLength Structure
Properties Methods


In This Topic
    StackLength Structure Members
    In This Topic

    The following tables list the members exposed by 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
    See Also