FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotPage Class / ThemeResources Property

In This Topic
    ThemeResources Property (FlexPivotPage)
    In This Topic
    Gets or sets the System.Windows.ResourceDictionary defining theme resources to use in dialogs.
    Syntax
    'Declaration
     
    Public Property ThemeResources As ResourceDictionary
    public ResourceDictionary ThemeResources {get; set;}
    See Also