Skip to main content
A newer version of this page is available. .

AnnotationModel.Padding Property

Gets or sets the model of the padding used by the modeled annotation.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public RectangleIndentsModel Padding { get; }

Property Value

Type Description
RectangleIndentsModel

The padding model.

See Also