Uploader.PaneFont Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

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.

Be careful when specifying a font if you plan using the uploader in a multilingual environment. If this font does not contain scripts for a specific language, it won't display elements as expected (for example, file names). In this case, it is recommended to use some universal font, for example, Arial Unicode MS.

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>

See Also

Reference