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

In This Topic
    AutoAlign Property
    In This Topic
    If true properties Location and RelativeLocation are not used to display of ContactImage on page.
    Syntax
    public bool AutoAlign {get; set;}
    public:
    property bool AutoAlign {
       bool get();
       void set (    bool value);
    }
    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