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

In This Topic
    RowSpacing Property (TextBase)
    In This Topic
    Specifies the Row Spacing. This property is used for PropertyPlacemets attributes. From layer: -16002, Single: 100, 1.5 lines: 150, Double: 200.
    Syntax
    public double RowSpacing {get; set;}
    public:
    property double RowSpacing {
       double get();
       void set (    double value);
    }
    See Also