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