ShapeBase
DistanceBottom Property
|
Gets or sets the distance between the document text and the bottom edge of the shape.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public double DistanceBottom { get; set; }
Public Property DistanceBottom As Double
Get
Set
public:
property double DistanceBottom {
double get ();
void set (double value);
}
member DistanceBottom : float with get, set
Property Value
Type:
Double
See Also