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

In This Topic
    DrawAlignmentBox Property
    In This Topic
    Returns the alignment box type
    Syntax
    public TextBase.AlignmentBoxType DrawAlignmentBox {get; set;}
    public:
    property TextBase.AlignmentBoxType DrawAlignmentBox {
       TextBase.AlignmentBoxType get();
       void set (    TextBase.AlignmentBoxType value);
    }

    Property Value

    TextBase.AlignmentBoxType of the TextBase
    Exceptions
    ExceptionDescription
    Thrown when alignment box type cannot be read
    See Also