Back to Devexpress

Badge.MinWidth Property

wpf-devexpress-dot-xpf-dot-core-dot-badge-8bef4577.md

latest1.4 KB
Original Source

Badge.MinWidth Property

Gets or sets the BadgeControl‘s minimum width. 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 MinWidth { get; set; }
vb
Public Property MinWidth As Double

Property Value

TypeDescription
Double

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

|

See Also

Badge.MaxHeight Property

Badge.MaxWidth Property

Badge.MinHeight Property

Badge.Width Property

Badge.Height Property

Badge Class

Badge Members

DevExpress.Xpf.Core Namespace