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

In This Topic
    ParagraphSpacing Property (TextBase)
    In This Topic
    Specifies the Paragraph Spacing. This property is used for PropertyPlacemets attributes.
    Syntax
    public double ParagraphSpacing {get; set;}
    public:
    property double ParagraphSpacing {
       double get();
       void set (    double value);
    }
    See Also