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

In This Topic
    AlignmentBoxWidth Property
    In This Topic
    Specifies the width of alignment box.
    Syntax
    public double AlignmentBoxWidth {get; set;}
    public:
    property double AlignmentBoxWidth {
       double get();
       void set (    double value);
    }
    See Also