NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontDialog.Color

Gets or sets a value indicating the selected font color.

[Visual Basic]
Public Property Color As Color
[C#]
public Color Color {get; set;}
[C++]
public: __property Color get_Color();
public: __property void set_Color(Color);
[JScript]
public function get Color() : Color;
public function set Color(Color);

Property Value

The color of the selected font. The default value is Black.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace | Color | Font