ESRI.ArcGIS.ADF.IMS
Style Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS Namespace > FontInfo Class : Style Property




Gets or sets the FontStyle property of the font.

Syntax

Visual Basic (Declaration) 
Public Property Style As FontStyle
Visual Basic (Usage)Copy Code
Dim instance As FontInfo
Dim value As FontStyle
 
instance.Style = value
 
value = instance.Style
C# 
public FontStyle Style {get; set;}

Remarks

The default style is Regular. See FontStyle for available styles.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.