Click or drag to resize
SkinnablePropertyAttribute Class
Represents the custom property attribute used to mark property as skinable and being used with a skin application
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kettic.AspNet.Controls.ChartModel.StylesSkinnablePropertyAttribute

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public sealed class SkinnablePropertyAttribute : Attribute

The SkinnablePropertyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSkinnablePropertyAttribute
Create new instance of SkinnablePropertyAttribute class.
Top
Properties
  NameDescription
Public propertyIsSkinnable
Gets whether attribute is skinable
Top
See Also