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

In This Topic
    AlignmentBoxFixedHeight Property
    In This Topic
    Specifies that height is fixed.
    Syntax
    public bool AlignmentBoxFixedHeight {get; set;}
    public:
    property bool AlignmentBoxFixedHeight {
       bool get();
       void set (    bool value);
    }
    See Also