Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Panels Namespace / AnimatedTimelinePanel Class / DateEndProperty Field


In This Topic
    DateEndProperty Field (AnimatedTimelinePanel)
    In This Topic
    Identifies the DateEnd dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly DateEndProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = AnimatedTimelinePanel.DateEndProperty
    public static readonly DependencyProperty DateEndProperty
    Remarks
    An attached property which can be set on children of AnimatedTimelinePanel. This property defines the placement of the item within the panel. If DateEnd is not set, then AnimatedTimelinePanel will not attempt to size the item. If, however, DateEnd is set, then the item will be sized such that the end of the item falls at the point corresponding to DateEnd on the timeline.
    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