FontWeight.ToString Method

Definition

Returns a text string that represents the value of the FontWeight object and is based on the CurrentCulture property information.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A String that represents the value of the FontWeight object, such as "Light", "Normal", or "UltraBold".

Applies to