GlyphTypeface.Weight Property

Definition

Gets the designed weight of the font represented by the GlyphTypeface object.

public:
 property System::Windows::FontWeight Weight { System::Windows::FontWeight get(); };
public System.Windows.FontWeight Weight { get; }
public System.Windows.FontWeight Weight { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.Weight : System.Windows.FontWeight
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.Weight : System.Windows.FontWeight
Public ReadOnly Property Weight As FontWeight

Property Value

A value of type FontWeight that represents the font weight.

Attributes

Applies to