Specifies the border 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[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public virtual Border Border { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Overridable ReadOnly Property Border As Border
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property Border^ Border {
Border^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract Border : Border with get
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
override Border : Border with get
Property Value
Type:
Border
See Also