Back to Devexpress

RepositoryItemBaseProgressBar.MaxHeight Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembaseprogressbar-ae86d1b5.md

latest2.1 KB
Original Source

RepositoryItemBaseProgressBar.MaxHeight Property

Gets or sets the maximum height of the progress block.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Appearance")]
public int MaxHeight { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(0)>
Public Property MaxHeight As Integer

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the maximum height of the progress block.

|

Remarks

By default, the progress block occupies the entire height of the progress bar. The height of standalone progress bars can be specified with the control’s Size property. The height of in-place progress bars depends on their container controls. You can restrict the maximum height of the progress block in the bar using the MaxHeight property. The padding around the progress block can be specified by the RepositoryItemBaseProgressBar.ProgressPadding property.

See Also

ProgressPadding

MarqueeWidth

RepositoryItemBaseProgressBar Class

RepositoryItemBaseProgressBar Members

DevExpress.XtraEditors.Repository Namespace