Glyphs::BidiLevel Property

 

Gets or sets the bidirectional nesting level of Glyphs.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property int BidiLevel {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An Int32 value that represents the bidirectional nesting level.

.NET Framework
Available since 3.0
Return to top
Show: