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

In This Topic
    Pen Property (GraphicalLayer)
    In This Topic
    Layer's pen
    Syntax
    public Pen Pen {get; set;}
    public:
    property Pen^ Pen {
       Pen^ get();
       void set (    Pen^ value);
    }
    See Also