====== ThinkGeo.MapSuite.SilverlightCore.GeoFont ====== {{section>upgrade_map_suite_to_10.0}} This class represents a font that is used to label features on a GeoCanvas. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.SilverlightCore.GeoFont** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoFont() ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters ==
** {{wiki:PublicMethod.gif|}} GeoFont(String,Double) ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters == * //fontName// * Type:String * Description:This parameter represents the name of the font to be used. * //size// * Type:Double * Description:This parameter represents the size of the font to be used.
** {{wiki:PublicMethod.gif|}} GeoFont(String,Double,Boolean) ** * //N/A// == Remarks == * //N/A// == Parameters == * //fontName// * Type:String * Description:N/A * //size// * Type:Double * Description:N/A * //isItalic// * Type:Boolean * Description:N/A
** {{wiki:PublicMethod.gif|}} GeoFont(String,Double,DrawingFontStyles) ** * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// == Remarks == * //None// == Parameters == * //fontName// * Type:String * Description:This parameter represents the name of the font to be used. * //size// * Type:Double * Description:This parameter represents the size of the font to be used. * //style// * Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingFontStyles|DrawingFontStyles]] * Description:This parameter represents the style of the font to be used.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} FontWeight ** This property gets the bold property of the font. == Remarks == None == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoFontWeight|GeoFontWeight]] ** {{wiki:PublicProperty.gif|}} IsBold ** This property gets the bold property of the font. == Remarks == None == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsItalic ** This property gets the italic property of the font. == Remarks == None == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsUnderline ** This property gets the underline property of the font. == Remarks == None == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} FontName ** This property gets the font name property of the font. == Remarks == None == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} Size ** This property gets the font size property of the font. == Remarks == None == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} Style ** This property gets the font style property of the font. == Remarks == None == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingFontStyles|DrawingFontStyles]] ** {{wiki:PublicProperty.gif|}} FontStretch ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoFontStretch|GeoFontStretch]] ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} Fho= ** N/A == Remarks == N/A == Return Value == * Type:Int64 ==== Public Events ====