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

In This Topic
    AlignmentBoxNeverHyphenateWords Property
    In This Topic
    Specifies that words are wrapped.
    Syntax
    public bool AlignmentBoxNeverHyphenateWords {get; set;}
    public:
    property bool AlignmentBoxNeverHyphenateWords {
       bool get();
       void set (    bool value);
    }
    See Also