Share via


Glyphs.OriginX Property

Definition

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.

Applies to