Skip to main content
All docs
V25.1
  • StepProgressBarAppearance.FirstContentBlockAppearance Property

    Contains properties that specify the appearance of the first content block.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public StepProgressBarContentBlockAppearance FirstContentBlockAppearance { get; }

    Property Value

    Type Description
    DevExpress.XtraEditors.StepProgressBarContentBlockAppearance

    A StepProgressBarContentBlockAppearance object that contains properties related to the appearance of the first content block.

    Remarks

    The first content block is located above the item or to its left, based on the StepProgressBar orientation. Use the FirstContentBlockAppearance property to customize the appearance of the first content block for all StepProgressBar items.

    In the following image, the FirstContentBlockAppearance.Caption.ForeColor property is set to Color.Blue:

    WinForms - Customize the appearance of Content Blocks, DevExpress

    Key Members

    Caption/CaptionActive/CaptionInactive/CaptionDisabled
    Contain properties related to the appearance of the block caption in different states.
    Description/DescriptionActive/DescriptionInactive/DescriptionDisabled
    Contain properties related to the appearance of the block description in different states.
    See Also