Get/set textbox vertical alignment

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

ShapeVerticalAlignment

See Also