GlyphRun.GlyphTypeface Property

Definition

Gets or sets the GlyphTypeface for the GlyphRun.

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

Property Value

The GlyphTypeface for the GlyphRun.

Applies to