Skip to main content

StepProgressBar.DistanceBetweenContentBlockElements Property

Gets or set the distance between the content block caption, description, and image.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Layout")]
public int DistanceBetweenContentBlockElements { get; set; }

Property Value

Type Description
Int32

The indent between content block elements.

Remarks

The figure below illustrates the DistanceBetweenContentBlockElements (1) and StepProgressBar.IndicatorToContentBlockDistance (2) properties.

spacing

See Also