Back to Devexpress

dxBadgeDefaultHorz Constant

vcl-dxuiadorners-add85746.md

latest655 B
Original Source

dxBadgeDefaultHorz Constant

Specifies the default horizontal alignment of a badge UI adorner in relation to its target element.

Declaration

delphi
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

dxUIAdorners Unit