Returns or sets the top 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 MarginTop { get; set; }
Public Property MarginTop As Double
Get
Set
public:
virtual property double MarginTop {
double get () sealed;
void set (double value) sealed;
}
abstract MarginTop : float with get, set
override MarginTop : float with get, set
Property Value
Type:
DoubleImplements
ICellMarginTopSee Also