Skip to main content
All docs
V25.1
  • StepProgressBar.DistanceBetweenContentBlockElements Property

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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