FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumnHeaderCell 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 Storyboard, _
       ByVal handoffBehavior As HandoffBehavior, _
       ByVal isControllable As Boolean _
    ) 
    public void BeginStoryboard( 
       Storyboard storyboard,
       HandoffBehavior handoffBehavior,
       bool isControllable
    )

    Parameters

    storyboard
    handoffBehavior
    isControllable
    See Also