Class TelerikResourceDictionary
Inheritance
System.Object
TelerikResourceDictionary
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TelerikResourceDictionary : ResourceDictionary
Constructors
TelerikResourceDictionary()
Declaration
public TelerikResourceDictionary()
Fields
DesktopSourceProperty
Declaration
public static readonly DependencyProperty DesktopSourceProperty
Field Value
Microsoft.
|
UwpSourceProperty
Declaration
public static readonly DependencyProperty UwpSourceProperty
Field Value
Microsoft.
|
Properties
DesktopSource
Declaration
public string DesktopSource { get; set; }
Property Value
System.
|
UwpSource
Declaration
public string UwpSource { get; set; }
Property Value
System.
|