Gets or sets absolute vertical position of the picture.
Namespace: Spire.Doc.FieldsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public override float VerticalPosition { get; set; }
Public Overrides Property VerticalPosition As Single Get Set
public: virtual property float VerticalPosition { float get () override; void set (float value) override; }
abstract VerticalPosition : float32 with get, set override VerticalPosition : float32 with get, set
Property Value
SingleImplements
IPicture..::..VerticalPosition
Remarks
The value is measured in points and the position is relative to VerticalOrigin.