Glyphs.OriginY Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the y origin for the glyphs.
public:
property double OriginY { double get(); void set(double value); };
double OriginY();
void OriginY(double value);
public double OriginY { get; set; }
var double = glyphs.originY;
glyphs.originY = double;
Public Property OriginY As Double
<Glyphs OriginY="double"/>
Property Value
Double
double
The y origin of the Glyphs, in pixels. The default is 0.