Font Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the font.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public override FontInfo Font { get; }
Visual Basic
Public Overrides ReadOnly Property Font As FontInfo
	Get
Visual C++
public:
virtual property FontInfo^ Font {
	FontInfo^ get () override;
}

Field Value

Font.

Remarks

Use this property to set the font.

See Also