Gets a font format for Image Uploader titles.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public ReadOnly Property TitleFont As FontFormat
public FontFormat TitleFont { get; }
Type: Aurigma.ImageUploader.FontFormat
The font format for:
If this property is not specified, a default font is used.
The string which specifies font format has the following syntax:
variable1=value1;variable2=value2;...
Here is a list of supported variables:
Variable | Description |
---|---|
Name | Font name. This font should be installed on the client machine, so it is recommended to use only standard font names. When this parameter is not specified, the system default font is used. |
Size | Font size (in pixels). If this parameter is not specified, the system default font size is used. |
Style |
Font style. The following styles are supported:
You can specify several styles separated with a comma. Example:
If this parameter is not specified, regular font is used. |
The format string is case insensitive.
Other fonts are specified via the PaneFont property.