API Help
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / Alignment Property

In This Topic
    Alignment Property
    In This Topic
    Specifies the Justification.
    Syntax
    public GraphicalLayer.AlignmentType Alignment {get; set;}
    public:
    property GraphicalLayer.AlignmentType Alignment {
       GraphicalLayer.AlignmentType get();
       void set (    GraphicalLayer.AlignmentType value);
    }
    See Also