TextBoxFormat
VerticalAlignment Property
|
Get/set textbox vertical alignment
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ShapeVerticalAlignment VerticalAlignment { get; set; }
Public Property VerticalAlignment As ShapeVerticalAlignment
Get
Set
public:
property ShapeVerticalAlignment VerticalAlignment {
ShapeVerticalAlignment get ();
void set (ShapeVerticalAlignment value);
}
member VerticalAlignment : ShapeVerticalAlignment with get, set
Property Value
Type:
ShapeVerticalAlignment
See Also