ComponentOne FinancialChart for WPF
C1.WPF.Localization Namespace / C1LocalizeExtension Class / Dictionary Property



In This Topic
    Dictionary Property
    In This Topic
    Gets or sets the name of the .resx dictionary. If it is null, returns the default string 'Resources'.
    Syntax
    'Declaration
     
    
    Public Property Dictionary As String
    'Usage
     
    
    Dim instance As C1LocalizeExtension
    Dim value As String
     
    instance.Dictionary = value
     
    value = instance.Dictionary
    public string Dictionary {get; set;}
    public:
    property String^ Dictionary {
       String^ get();
       void set (    String^ value);
    }
    See Also