ShapeBase
DistanceTop Property
|
Gets or sets the distance between the document text and the top 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 DistanceTop { get; set; }
Public Property DistanceTop As Double
Get
Set
public:
property double DistanceTop {
double get ();
void set (double value);
}
member DistanceTop : float with get, set
Property Value
Type:
Double
See Also