Skip to main content

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