The Style Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the style information for this AnnFont object.| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property Style As FontStyle | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnFont Dim value As FontStyle instance.Style = value value = instance.Style | |
| C# | |
|---|---|
public virtual FontStyle Style {get; set;} | |
Property Value
A System.Drawing.FontStyle value that contains the style information for this AnnFont object.For an example, refer to AnnFont.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code