TdxCustomOrgChart.DefaultImageAlign Property
Specifies the default node image alignment.
Declaration
property DefaultImageAlign: TdxOcImageAlign read; write; default iaNone;
Property Value
Type | Default |
---|---|
TdxOcImageAlign | iaNone |
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