Class IconSources
Represents the IconSources resource object.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class IconSources : INotifyPropertyChanged
Constructors
IconSources()
Properties
DarkBasePath
Gets or sets the dark base path.
Declaration
public string DarkBasePath { get; set; }
Property Value
System.String
The dark base path. |
LightBasePath
Gets or sets the light base path.
Declaration
public string LightBasePath { get; set; }
Property Value
System.String
The light base path. |
ModernBasePath
Gets or sets the modern base path.
Declaration
public string ModernBasePath { get; set; }
Property Value
System.String
The modern base path. |
SourceBasePath
Gets or sets the source path.
Declaration
public string SourceBasePath { get; }
Property Value
System.String
The source path. |
Methods
ChangeIconsSet(IconsSet)
Changes the icons set.
Declaration
public static void ChangeIconsSet(IconsSet iconSet)
Parameters
IconsSet
iconSet
The icon set. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|