Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / GraphicalLayer Class / TextRotation Property

In This Topic
    TextRotation Property (GraphicalLayer)
    In This Topic
    Layer's rotation of texts
    Syntax
    public double TextRotation {get; set;}
    public:
    property double TextRotation {
       double get();
       void set (    double value);
    }
    Remarks
    Gets/Sets rotation of texts in radians.
    See Also