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