Sparkline for WPF
C1.WPF.Sparkline.4.6.2 Assembly / C1.WPF.Sparkline.Util Namespace / IThemeContextSupport Interface / SetContext Method
The theme context object.

In This Topic
    SetContext Method
    In This Topic
    Sets the theme context.
    Syntax
    'Declaration
     
    Sub SetContext( _
       ByVal context As IThemeSupport _
    ) 
    void SetContext( 
       IThemeSupport context
    )

    Parameters

    context
    The theme context object.
    See Also