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

RectangleIndentsModel.All Property

Gets or sets all indents within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public int All { get; set; }

Property Value

Type Description
Int32

The size of all indents.

Remarks

If the value of this property is equal to -1 then sizes of indents are not equal to one another.

See Also