Click or drag to resize

DocPicture VerticalAlignment Property

Returns or setspicture vertical alignment.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override ShapeVerticalAlignment VerticalAlignment { get; set; }

Property Value

Type: 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