FontDescription.Weight Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the weight of a font.
Definition
Visual Basic Public Property Weight As FontWeight C# public FontWeight Weight { get; set; } C++ public:
property FontWeight Weight {
FontWeight get();
void set(FontWeight value);
}JScript public function get Weight() : FontWeight
public function set Weight(FontWeight);
Property Value
Microsoft.DirectX.Direct3D.FontWeight
Member of the FontWeight enumeration to set or retrieve.This property is read/write.