ESRI.ArcGIS.ADF.Web
FontInfo Constructor(String,Int32,Color,FontStyle)
See Also 
ESRI.ArcGIS.ADF.Web Namespace > FontInfo Class > FontInfo Constructor : FontInfo Constructor(String,Int32,Color,FontStyle)




Name
Name of the Font.
Size
Size of the Font.
Color
Color of the Font.
Style
FontStyle property of the font.
Constructs a FontInfo object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal Name As String, _
   ByVal Size As Integer, _
   ByVal Color As Color, _
   ByVal Style As FontStyle _
)
Visual Basic (Usage)Copy Code
Dim Name As String
Dim Size As Integer
Dim Color As Color
Dim Style As FontStyle
 
Dim instance As FontInfo(Name, Size, Color, Style)
C# 
public FontInfo( 
   string Name,
   int Size,
   Color Color,
   FontStyle Style
)

Parameters

Name
Name of the Font.
Size
Size of the Font.
Color
Color of the Font.
Style
FontStyle property of the font.

See Also

© 2010 All Rights Reserved.