Gets a FontFormat object configuring all ActiveX/Java Uploader buttons and labels, except titles.

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

Syntax

Visual Basic

Public ReadOnly Property PaneFont As FontFormat

C#

public FontFormat PaneFont { get; }

Property Value

Type: Aurigma.ImageUploader..::..FontFormat

The font format for all ActiveX/Java Uploader buttons and labels. If this property is not specified, a default system font is used.

Remarks

If you need to customize a title font, use the TitleFont.

Examples

The following code sets font size at 18px and font style at italic:

ASP.NET

<aur:Uploader ID="Uploader1">
	<PaneFont Size="18" Italic="true" />
</aur:Uploader>