GlyphRun.BaselineOrigin プロパティ

定義

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

プロパティ値

Point

ベースライン原点を表す Point 値。

適用対象