ShapeBase
VerticalAlignment Property
|
Specifies how the shape is positioned vertically.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public virtual ShapeVerticalAlignment VerticalAlignment { get; set; }
Public Overridable Property VerticalAlignment As ShapeVerticalAlignment
Get
Set
public:
virtual property ShapeVerticalAlignment VerticalAlignment {
ShapeVerticalAlignment get ();
void set (ShapeVerticalAlignment value);
}
abstract VerticalAlignment : ShapeVerticalAlignment with get, set
override VerticalAlignment : ShapeVerticalAlignment with get, set
Property Value
Type:
ShapeVerticalAlignment
See Also