ClassIconSources
Class
Represents the IconSources resource object.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class IconSources : INotifyPropertyChanged
Inheritance: objectIconSources
Implements:
Constructors
IconSources()
Initializes a new instance of the IconSources class.
Declaration
cs-api-definition
public IconSources()
Properties
DarkBasePath
Gets or sets the dark base path.
Declaration
cs-api-definition
public string DarkBasePath { get; set; }
Property Value
The dark base path.
LightBasePath
Gets or sets the light base path.
Declaration
cs-api-definition
public string LightBasePath { get; set; }
Property Value
The light base path.
ModernBasePath
Gets or sets the modern base path.
Declaration
cs-api-definition
public string ModernBasePath { get; set; }
Property Value
The modern base path.
Methods
ChangeIconsSet(IconsSet)
Changes the icons set.
Declaration
cs-api-definition
public static void ChangeIconsSet(IconsSet iconSet)
Parameters
iconSet
The icon set.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements