Returns or setspicture vertical alignment.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override ShapeVerticalAlignment VerticalAlignment { get; set; }
Public Overrides Property VerticalAlignment As ShapeVerticalAlignment
	Get
	Set
public:
virtual property ShapeVerticalAlignment VerticalAlignment {
	ShapeVerticalAlignment get () override;
	void set (ShapeVerticalAlignment value) override;
}
abstract VerticalAlignment : ShapeVerticalAlignment with get, set
override VerticalAlignment : ShapeVerticalAlignment with get, set

Property Value

ShapeVerticalAlignment

Implements

IPicture..::..VerticalAlignment

Remarks

If it is set as None, then the picture is explicitly positioned using position properties. Otherwise it is positioned according to the alignment specified. The position of the object is relative to VerticalOrigin.

See Also