ShapeBase
Bottom Property
|
Gets the position of the bottom edge of the containing block 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 Bottom { get; }
Public ReadOnly Property Bottom As Double
Get
public:
property double Bottom {
double get ();
}
member Bottom : float with get
Property Value
Type:
Double
See Also