ClassificationFormatDefinition.FontTypeface Property

Definition

Gets or sets the Typeface for this classification format.

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

Property Value

The typeface.

Remarks

Certain values (bold, italic) in this typeface can be overridden by other format definitions that have a higher priority.

Applies to