Glyphs.OriginX 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 x origin for the glyphs.
public:
property double OriginX { double get(); void set(double value); };
double OriginX();
void OriginX(double value);
public double OriginX { get; set; }
var double = glyphs.originX;
glyphs.originX = double;
Public Property OriginX As Double
<Glyphs OriginX="double"/>
Property Value
Double
double
The x origin of the Glyphs, in pixels. The default is 0.