Glyphs::IsSideways Property

 

Determines whether to rotate the Glyphs object.

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

public:
property bool IsSideways {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the glyphs that make up the Glyphs object are rotated 90° counter-clockwise; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: