Back to Devexpress

StepProgressBarAppearance.SecondContentBlockAppearance Property

windowsforms-devexpress-dot-xtraeditors-dot-stepprogressbarappearance-4cfb1fd7.md

latest2.4 KB
Original Source

StepProgressBarAppearance.SecondContentBlockAppearance Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public StepProgressBarContentBlockAppearance SecondContentBlockAppearance { get; }
vb
Public ReadOnly Property SecondContentBlockAppearance As StepProgressBarContentBlockAppearance

Property Value

TypeDescription
DevExpress.XtraEditors.StepProgressBarContentBlockAppearance

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

|

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/CaptionDisabledContain properties related to the appearance of the block caption in different states.Description/DescriptionActive/DescriptionInactive/DescriptionDisabledContain properties related to the appearance of the block description in different states. See Also

FirstContentBlockAppearance

ItemAppearance

StepProgressBarAppearance Class

StepProgressBarAppearance Members

DevExpress.XtraEditors Namespace