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

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

    Property Value

    TextBase.TextBoxType of the TextBase
    Exceptions
    ExceptionDescription
    Thrown when text box type cannot be read
    See Also