Uploader.TitleFont Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets an FontFormat object configuring font format of ActiveX/Java Uploader titles.

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

Syntax

C#
public FontFormat TitleFont { get; }

Property Value

Type: Aurigma.ImageUploader..FontFormat

The font format of:

  • tree pane header title;
  • folder pane header title;
  • adding files dialog title;
  • uploading files dialog title;
  • status pane text (always regular, even if the bold style is specified).

If this property is not specified, a default font is used.

Remarks

Other fonts are specified via the PaneFont property.

Examples

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

ASP.NET
<aur:Uploader ID="Uploader1">
	<TitleFont Size="18" Italic="true" />
</aur:Uploader>

See Also

Reference

Manual