New to Telerik UI for WPFStart a free 30-day trial

Represents the IconSources resource object.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class IconSources : INotifyPropertyChanged

Inheritance: objectIconSources

Implements: INotifyPropertyChanged

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; }
Property Value:

The dark base path.

Gets or sets the light base path.

C#
public string LightBasePath { get; set; }
Property Value:

The light base path.

Gets or sets the modern base path.

C#
public string ModernBasePath { get; set; }
Property Value:

The modern base path.

Methods

Changes the icons set.

C#
public static void ChangeIconsSet(IconsSet iconSet)
Parameters:iconSetIconsSet

The icon set.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged