dxBadgeTextDefaultMargin Constant
In This Article
Specifies the default text margins (in pixels at 96
DPI) for badge UI adorners.
#Declaration
Delphi
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