Class SkinnablePropertyAttribute
Represents the custom property attribute used to mark property as skinable and being used with a skin application
Inheritance
System.Object
System.Attribute
SkinnablePropertyAttribute
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public sealed class SkinnablePropertyAttribute : Attribute, _Attribute
Constructors
SkinnablePropertyAttribute()
Create new instance of SkinnablePropertyAttribute class.
Declaration
public SkinnablePropertyAttribute()
Properties
IsSkinnable
Gets whether attribute is skinable
Declaration
public bool IsSkinnable { get; }
Property Value
System.Boolean
|