Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / PileFlowItem Class
Members


In This Topic
    PileFlowItem Class
    In This Topic
    Used as wrapper for a FrameworkElement that is displayed in the flow panel, providing animation for the element.
    Syntax
    'Declaration
     
    Public Class PileFlowItem 
    'Usage
     
    Dim instance As PileFlowItem
    public class PileFlowItem 
    Inheritance Hierarchy

    System.Object
       Xceed.Wpf.Toolkit.PileFlowItem

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PileFlowItem class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the FrameworkElement of the current item.  
    Public PropertyGets the height animation.  
    Public PropertyGets or sets the index of the current item from the selected item.  
    Public PropertyGets the move translation.  
    Public PropertyGets the opacity animation.  
    Public PropertyGets the scale transform.  
    Public PropertyGets the width animation.  
    Public PropertyGets the x-axis animation.  
    Public PropertyGets the y-axis animation.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns animation progress of the current item.  
    Public MethodHides the current element.  
    Public MethodOccurs when the item's z-order index should be changed.  
    Public MethodRestarts the animation to change deceleration.  
    Public MethodSets the speed ratio for item animation.  
    Public MethodShowes the current element.  
    Public MethodStarts the animation of the current item with specified transfom values.  
    Public MethodUpdates the z-order index depending on the item's index.  
    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