ClassThemableAttribute
Class
This attribute marks Telerik controls that take advantage of the Theme attached property.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class ThemableAttribute : Attribute
Inheritance: objectAttributeThemableAttribute
Inherited Members
Constructors
ThemableAttribute()
Declaration
cs-api-definition
public ThemableAttribute()