ITextFrameProperties
MarginTop Property
|
Gets or sets the top margin (points) in a TextFrame.
Read/write
Double
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
double MarginTop { get; set; }
Property MarginTop As Double
Get
Set
property double MarginTop {
double get ();
void set (double value);
}
abstract MarginTop : float with get, set
Property Value
Type:
Double
See Also