Skip to main content

BadgeProperties.TextMargin Property

Gets or sets the global text margin, common to all Badges within this AdornerUIManager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DXCategory("Appearance")]
public Padding TextMargin { get; set; }

Property Value

Type Description
Padding

A Padding structure that is the global text margin, common to all Badges within this AdornerUIManager.

Remarks

The TextMargin property can be overridden for individual badges by setting their BadgeDefaultProperties.TextMargin properties to a different value.

See Also