RichString.MarginRight Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: RichString
Sets the right margin of the current paragraph
public RichString MarginRight(float value);
Parameters
float value | The margin width |
Returns
RichString | A reference to the same RichString instance |