ExtendedLabelCollectionStyleItemAppearance Property |
Specifies item label's style
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual LabelStyle ItemAppearance { get; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property ItemAppearance As LabelStyle
Get
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property LabelStyle^ ItemAppearance {
LabelStyle^ get ();
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract ItemAppearance : LabelStyle with get
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
override ItemAppearance : LabelStyle with get
Property Value
Type:
LabelStyle
See Also