Aurigma ActiveX/Java Uploader 8.0.33
Uploader..::.PaneFont Property
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.
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>