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

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