TcxTreeListPreview.RightIndent Property
In This Article
Specifies the distance between the preview display text and the preview section‘s right border, in pixels.
#Declaration
Delphi
property RightIndent: Integer read; write; default 5;
#Property Value
Type | Default | Description |
---|---|---|
Integer | 5 | The right preview indent, in pixels. |
#Remarks
Use LeftIndent and RightIndent properties to position text horizontally within the preview section.
#Default Value
The RightIndent
property’s default value is 5
.
See Also