Gets an FontFormat object configuring font format of ActiveX/Java Uploader titles.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public FontFormat TitleFont { get; }
Type: Aurigma.ImageUploader..FontFormat
The font format of:
If this property is not specified, a default font is used.
Other fonts are specified via the PaneFont property.
The following code sets font size at 18px and font style at italic:
<aur:Uploader ID="Uploader1"> <TitleFont Size="18" Italic="true" /> </aur:Uploader>