ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1StyleSelector Class / Resources Property

In This Topic
    Resources Property (C1StyleSelector)
    In This Topic
    Gets the locally defined resource dictionary.
    Syntax
    'Declaration
     
    Public Overridable Property Resources As Windows.UI.Xaml.ResourceDictionary
    public virtual Windows.UI.Xaml.ResourceDictionary Resources {get; set;}
    See Also