SeriesStyleBorder Property |
Specifies the border
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public override Border Border { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Overrides ReadOnly Property Border As Border
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
virtual property Border^ Border {
Border^ get () override;
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
abstract Border : Border with get
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
override Border : Border with get
Property Value
Type:
Border
See Also