dxTileItemObjectDefaultIndent Constant
Specifies the default values of the IndentVert and IndentHorz properties of text blocks and glyphs created in the tile and tile bar controls.
Declaration
const dxTileItemObjectDefaultIndent = 6;
Remarks
This global constant is referenced by the following properties provided by both the tile and tile bar controls:
Text1.IndentHorz, Text2.IndentHorz, Text3.IndentHorz, and Text4.IndentHorz;
Text1.IndentVert, Text2.IndentVert, Text3.IndentVert, and Text4.IndentVert;
See Also