IPicture
VerticalPosition Property
|
Gets \ sets absolute vertical position of the picture.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
float VerticalPosition { get; set; }
Property VerticalPosition As Single
Get
Set
property float VerticalPosition {
float get ();
void set (float value);
}
abstract VerticalPosition : float32 with get, set
Property Value
Type:
Single
Remarks
The value is measured in points and the position is relative to VerticalOrigin.
See Also