Skip to main content

TdxOcNode.ImageAlign Property

Specifies the image position within a node.

Declaration

property ImageAlign: TdxOcImageAlign read; write;

Property Value

Type
TdxOcImageAlign

Remarks

Use this property to change the image location in relation to the text within the node. For detailed information about available options, refer to the TdxOcImageAlign type description.

If the ImageAlign property is set to iaNone, the control’s DefaultImageAlign property defines the image position instead.

See Also