StepProgressBarAppearance.SecondContentBlockAppearance Property
Contains properties that specify the appearance of the second content block.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.StepProgressBarContentBlockAppearance | A |
Remarks
The second content block is located below the item or to its right, based on the StepProgressBar orientation. Use the SecondContentBlockAppearance
property to customize the appearance of the second content block for all StepProgressBar items.
In the following image, the SecondContentBlockAppearance.Caption.ForeColor
property is set to Color.Green
:
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