Glyphs::OriginY Property

 

Gets or sets the value of the y origin for the Glyphs object.

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

public:
[TypeConverterAttribute("System.Windows.LengthConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
property double OriginY {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The y origin for the Glyphs object.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: