Returns the ArcIMS FontStyle that corresponds to a Web ADF FontStyle enumeration value.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function ToIMSFontStyle( _
ByVal adfStyle As ESRI.ArcGIS.ADF.Web.FontStyle _
) As ESRI.ArcGIS.ADF.IMS.FontStyle |
Visual Basic (Usage) | Copy Code |
---|
Dim adfStyle As ESRI.ArcGIS.ADF.Web.FontStyle
Dim value As ESRI.ArcGIS.ADF.IMS.FontStyle
value = Converter.ToIMSFontStyle(adfStyle) |
C# | |
---|
public static ESRI.ArcGIS.ADF.IMS.FontStyle ToIMSFontStyle(
ESRI.ArcGIS.ADF.Web.FontStyle adfStyle
) |
Parameters
- adfStyle
- A Web ADF FontStyle enumeration value.
Return Value
A corresponding ArcIMS
FontStyle enumeration value.
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