Gets or sets the text direction of the textbox.

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 TextDirection LayoutFlowAlt { get; set; }
Public Property LayoutFlowAlt As TextDirection
	Get
	Set
public:
property TextDirection LayoutFlowAlt {
	TextDirection get ();
	void set (TextDirection value);
}
member LayoutFlowAlt : TextDirection with get, set

Property Value

TextDirection

See Also