Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / PathConfiguration Class
Fields Properties Methods


In This Topic
    PathConfiguration Class Members
    In This Topic

    The following tables list the members exposed by PathConfiguration.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PathConfiguration class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the ContainerOrientation dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ContainerPadding dependency property.
     
    Public Fieldstatic (Shared in Visual Basic)Identifies the PathGeometry dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PathPadding dependency property.
     
    Public Fieldstatic (Shared in Visual Basic)Identifies the PathStretch dependency property.
     
    Public Fieldstatic (Shared in Visual Basic)Identifies the StartOffset dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the orientation of the item and group header containers along the path.  
    Public PropertyGets or sets the padding between containers.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the geometry used to lay out the containers on the path.  
    Public PropertyGets or sets the padding between the path and the panel's bounds.  
    Public PropertyGets or sets a value that determines how the path geometry is resized to fill its allocated space.  
    Public PropertyGets a collection of ScalingStop objects that influence the scaling of containers depending on their current position on the path.  
    Public Property

    Gets or sets the offset on the path where the first item is initially displayed and where it falls when at the "top" of the list.

     
    Public PropertyGets a collection of ZIndexStop objects that influence the z-order, or perceived depth, of containers depending on their current position on the path.  
    Top
    Public Methods
    Protected Methods
    See Also