Skip to main content
A newer version of this page is available. .

BadgeDefaultProperties.ActualTextMargin Property

Returns margins currently applied to this Badge‘s text.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public Padding ActualTextMargin { get; }

Property Value

Type Description
Padding

A Padding structure that specifies margins currently applied to this Badge‘s text.

See Also