API Help
Eplan.EplApi.DataModel.Graphics Namespace / ContactImage Class / AutoAlign Property

AutoAlign Property
If true properties Location and RelativeLocation are not used to display of ContactImage on page.
Syntax
public bool AutoAlign {get; set;}
Exceptions
ExceptionDescription
Thrown when object has not been created yet.
Remarks
When auto align is enabled P8 is displaying the object base on value of property IsOnComponent. In case when auto align is disabled contact image is displayed based on relative location to its parent.
See Also