This documentation is for the old version. Go to the latest Upload Suite docs

FontFormat.Italic Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value specifying whether the font is italic.

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

Syntax

Visual Basic
Public Property Italic As Boolean
C#
public bool Italic { get; set; }

Property Value

Type: System.Boolean

If true, the font is italic.

Default value is false.

See Also

Reference