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

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