dxBadgeDefaultHorz Constant
Specifies the default horizontal alignment of a badge UI adorner in relation to its target element.
Declaration
const dxBadgeDefaultHorz = taRightJustify;
Remarks
The TdxBadge class’ constructor uses the dxBadgeDefaultHorz and cxEditDefaultVertAlignment global constants to initialize the Alignment.Horz and Alignment.Vert properties, respectively.
See Also