Wimark.Controls Class Library  

LabelEditor.Font Property

Gets or sets the font used to display the text in the label editor.

[Visual Basic]
Public Property Font As Font 
[C#]
public Font Font {get; set;}
[C++]
public: __property Font* get_Font();
public: __property void set_Font(Font*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

LabelEditor Class | LabelEditor Members | Wimark.Controls.Editors Namespace