ComponentOne GanttView for WPF
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / RecurrenceEditor Class / BeginStoryboard Method / BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method

In This Topic
    BeginStoryboard(Storyboard,HandoffBehavior,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub BeginStoryboard( _
       ByVal storyboard As System.Windows.Media.Animation.Storyboard, _
       ByVal handoffBehavior As System.Windows.Media.Animation.HandoffBehavior, _
       ByVal isControllable As System.Boolean _
    ) 
    public void BeginStoryboard( 
       System.Windows.Media.Animation.Storyboard storyboard,
       System.Windows.Media.Animation.HandoffBehavior handoffBehavior,
       System.bool isControllable
    )

    Parameters

    storyboard
    handoffBehavior
    isControllable
    See Also