IconSources
Class
Represents the IconSources resource object.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class IconSources : INotifyPropertyChanged
Inheritance: objectIconSources
Implements:
Constructors
Initializes a new instance of the IconSources class.
C#
public IconSources()
Properties
Gets or sets the dark base path.
C#
public string DarkBasePath { get; set; }
The dark base path.
Gets or sets the light base path.
C#
public string LightBasePath { get; set; }
The light base path.
Gets or sets the modern base path.
C#
public string ModernBasePath { get; set; }
The modern base path.
Methods
Changes the icons set.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: