Back to Devexpress

TdxCustomOrgChart.DefaultImageAlign Property

vcl-dxorgchr-dot-tdxcustomorgchart-3d7c7763.md

latest1.1 KB
Original Source

TdxCustomOrgChart.DefaultImageAlign Property

Specifies the default node image alignment.

Declaration

delphi
property DefaultImageAlign: TdxOcImageAlign read; write; default iaNone;

Property Value

TypeDefault
TdxOcImageAligniaNone

Remarks

Use this property to set the image alignment for all newly created nodes. The DefaultImageAlign property has no effect on a specific node if its ImageAlign property is not iaNone.

For detailed information on available options, refer to the TdxOcImageAlign type description.

The default value of the DefaultImageAlign property is iaNone.

See Also

TdxCustomOrgChart.Images

TdxOcNode.ImageAlign

TdxOcNode.ImageIndex

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit