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