Font Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets a control's font.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property Font As Font
public Font Font { get; set; }
public:
property Font^ Font {
    Font^ get ();
    void set (Font^ value);
}
member Font : Font with get, set
function get Font () : Font
function set Font (value : Font)

Property Value

Type: Microsoft.SPOT. . :: . .Font
The font used by the control to write text.

.NET Framework Security

See Also

Reference

Control Class

Microsoft.SPOT.Presentation.Controls Namespace