Back to Devexpress

Badge.MinHeight Property

wpf-devexpress-dot-xpf-dot-core-dot-badge-099e86ff.md

latest1.4 KB
Original Source

Badge.MinHeight Property

Gets or sets the BadgeControl‘s minimum height. This is a dependency property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double MinHeight { get; set; }
vb
Public Property MinHeight As Double

Property Value

TypeDescription
Double

A Double value that specifies the BadgeControl‘s minimum height.

|

See Also

Badge.MaxHeight Property

Badge.MaxWidth Property

Badge.MinWidth Property

Badge.Width Property

Badge.Height Property

Badge Class

Badge Members

DevExpress.Xpf.Core Namespace