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

dxBadgeTextDefaultMargin Constant

Specifies the default text margins (in pixels at 96 DPI) for badge UI adorners.

Declaration

const dxBadgeTextDefaultMargin = 2;

Remarks

The badge’s constructor uses the dxBadgeTextDefaultMargin global constant and the current scaling factor to calculate the default TextMargins.All property value.

See Also