ESRI.ArcGIS.ADF.IMS
Size Property
See Also 
ESRI.ArcGIS.ADF.IMS Namespace > FontInfo Class : Size Property




Gets or sets the size of the font in points.

Syntax

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

Remarks

Font size is specifed in points (1 inch = 72 points, or 1 cm = approx. 28.3 points). The default font size is 12 points.

See Also

© 2010 All Rights Reserved.