ClassificationFormatDefinition.FontTypeface Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.