FontWeight::ToString Method ()

 

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

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

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

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: