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

ImageUploader.PaneFont Property

Font format for all Image Uploader panes and labels.

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

Syntax

Visual Basic
Public ReadOnly Property PaneFont As FontInfo
C#
public FontInfo PaneFont { get; }

Property Value

A FontInfo that specifies font parameters for all Image Uploader panes.

Remarks

This property corresponds to PaneFont client-side property.

See Also

Reference