GlyphRun.BaselineOrigin Property

Definition

Gets or sets the baseline origin of the GlyphRun.

public:
 property System::Windows::Point BaselineOrigin { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point BaselineOrigin { get; set; }
member this.BaselineOrigin : System.Windows.Point with get, set
Public Property BaselineOrigin As Point

Property Value

A Point value representing the baseline origin.

Applies to