Windward Engine API Reference
Font Property
See Also  Send comments on this topic.
UpdatePods.net.windward.ui Namespace > MainForm Class : Font Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
<DevExpressUtilsLocalizedDescriptionAttribute("Gets or sets the form's font.")>
Public Overridable Property Font As Font
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As Font
 
instance.Font = value
 
value = instance.Font
C# 
[DevExpressUtilsLocalizedDescription("Gets or sets the form's font.")]
public virtual Font Font {get; set;}
Managed Extensions for C++ 
[DevExpressUtilsLocalizedDescription("Gets or sets the form's font.")]
public: __property virtual Font* get_Font();
public: __property virtual void set_Font( 
   Font* value
);
C++/CLI 
[DevExpressUtilsLocalizedDescription("Gets or sets the form's font.")]
public:
virtual property Font^ Font {
   Font^ get();
   void set (    Font^ value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.