This documentation is for the old version. Go to the latest Upload Suite docs

BaseControl.Font Property

Gets the font properties associated with the Web server control.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property Font As FontInfo
C#
public override FontInfo Font { get; }

Property Value

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

See Also

Reference