Returns or sets the right margin in a TextFrame.
Read/write
Double.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public double MarginRight { get; set; }
Public Property MarginRight As Double
Get
Set
public:
virtual property double MarginRight {
double get () sealed;
void set (double value) sealed;
}
abstract MarginRight : float with get, set
override MarginRight : float with get, set
Property Value
Type:
DoubleImplements
ICellMarginRightSee Also