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

In This Topic
    DrawTextBoxType Property (GraphicalLayer)
    In This Topic
    Returns the GraphicalLayer text box type
    Syntax
    public GraphicalLayer.TextBoxType DrawTextBoxType {get; set;}
    public:
    property GraphicalLayer.TextBoxType DrawTextBoxType {
       GraphicalLayer.TextBoxType get();
       void set (    GraphicalLayer.TextBoxType value);
    }

    Property Value

    GraphicalLayer.TextBoxType of the GraphicalLayer
    See Also