ShapeBase
VerticalPosition Property
|
Gets or sets the vertical position of the object.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual float VerticalPosition { get; set; }
Public Overridable Property VerticalPosition As Single
Get
Set
public:
virtual property float VerticalPosition {
float get ();
void set (float value);
}
abstract VerticalPosition : float32 with get, set
override VerticalPosition : float32 with get, set
Property Value
Type:
Single
See Also