OriginY Property

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

XAML
<object OriginY="Double" .../>
Scripting
value = object.OriginY
object.OriginY = value

Property Value

Double

A value that represents the y origin of the Glyphs object.

This property is read/write. The default value is 0.

Remarks

Use OriginX and OriginY to offset the entire Glyphs grouping.

Applies To

Glyphs

See Also

Text and Fonts Overview
TextBlock