ChartDimensionsBasePaddings Property |
Specifies the paddings properties
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.Attribute)]
[TypeConverterAttribute(typeof(PaddingsConverter))]
public virtual ChartPaddings Paddings { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<TypeConverterAttribute(GetType(PaddingsConverter))>
Public Overridable Property Paddings As ChartPaddings
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
[TypeConverterAttribute(typeof(PaddingsConverter))]
virtual property ChartPaddings^ Paddings {
ChartPaddings^ get ();
void set (ChartPaddings^ value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
[<TypeConverterAttribute(typeof(PaddingsConverter))>]
abstract Paddings : ChartPaddings with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
[<TypeConverterAttribute(typeof(PaddingsConverter))>]
override Paddings : ChartPaddings with get, set
Property Value
Type:
ChartPaddingsPaddings for element
See Also