FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / DraggableItem Class / OnRender Method

In This Topic
    OnRender Method (DraggableItem)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRender( _
       ByVal dc As DrawingContext _
    ) 
    protected virtual void OnRender( 
       DrawingContext dc
    )

    Parameters

    dc
    See Also