Class Theme
Contains the location of the Theme.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class Theme : Object
Constructors
Theme()
Theme(Uri)
Initializes a new instance of the Theme class.
Declaration
public Theme(Uri source)
Parameters
System.Uri
source
The Uri from which to load the Theme resources. |
Fields
ApplicationThemeSetterProperty
Identifies the ApplicationThemeSetter dependency property.
Declaration
public static readonly DependencyProperty ApplicationThemeSetterProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsApplicationTheme
Gets or sets if the current Source is an Application Theme.
Declaration
public bool IsApplicationTheme { get; set; }
Property Value
System.Boolean
|
Source
Gets or sets a Uri source for the theme.
Declaration
public Uri Source { get; set; }
Property Value
System.Uri
|
Methods
GetApplicationThemeSetter(DependencyObject)
Gets the application theme setter.
Declaration
public static string GetApplicationThemeSetter(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.String
|
SetApplicationThemeSetter(DependencyObject, String)
Sets the application theme setter.
Declaration
public static void SetApplicationThemeSetter(DependencyObject obj, string value)
Parameters
System.Windows.DependencyObject
obj
|
System.String
value
|
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents the current System.Object. |