Gets or sets the font info of upload control text elements.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

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

Return Value

A FontInfo that represents the font properties of the Web server control.

See Also