| 
DocPicture
VerticalPosition Property
  | 
 Gets or sets absolute vertical position of the picture.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
Single
 
Implements
 
IPicture
VerticalPosition
 
 
 Remarks
Remarks
 
 
 The value is measured in points and the position is relative to VerticalOrigin.
 See Also
See Also