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


In This Topic
    StackLength Structure Properties
    In This Topic

    For a list of all members of this type, see StackLength members.

    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
    See Also