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

ImageUploader.ButtonFont Property

Font format for all Image Uploader buttons.

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

Syntax

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

Property Value

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

Remarks

This property corresponds to ButtonFont client-side property.

See Also

Reference