This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightcore.geofont [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.geofont [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.SilverlightCore.GeoFont ====== | ====== 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. | |
| - | <!-- Class --> | + | |
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.SilverlightCore.GeoFont]] | + | ***ThinkGeo.MapSuite.SilverlightCore.GeoFont** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GeoFont() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoFont()|GeoFont]] | | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoFont(String, Double)|GeoFont]] | String, Double | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoFont(String, Double, Boolean)|GeoFont]] | String, Double, Boolean | | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoFont(String, Double, DrawingFontStyles)|GeoFont]] | String, Double, [[ThinkGeo.MapSuite.SilverlightCore.DrawingFontStyles|DrawingFontStyles]] | | | | + | |
| - | ==== Protected Constructors ==== | + | * //This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //None// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{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. | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{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 | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{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. | ||
| + | |||
| + | <div newline></div> | ||
| + | ==== Protected Constructors ==== | ||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
| - | ==== Protected Methods ==== | + | * //N/A// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //N/A// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontName|FontName]] | String | | | | + | * Description:N/A |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontStretch|FontStretch]] | [[ThinkGeo.MapSuite.SilverlightCore.GeoFontStretch|GeoFontStretch]] | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#FontWeight|FontWeight]] | [[ThinkGeo.MapSuite.SilverlightCore.GeoFontWeight|GeoFontWeight]] | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsBold|IsBold]] | Boolean | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsItalic|IsItalic]] | Boolean | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#IsUnderline|IsUnderline]] | Boolean | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Size|Size]] | Double | | | | + | |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Style|Style]] | [[ThinkGeo.MapSuite.SilverlightCore.DrawingFontStyles|DrawingFontStyles]] | | | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | ==== Public Events ==== | + | * //N/A// |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ==== GeoFont() ==== | + | * Type:Boolean |
| - | === Parameters === | + | * Description:N/A |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ==== GeoFont(String, Double) ==== | + | * //obj// |
| - | === Parameters === | + | * Type:Object |
| - | ^ Name ^ Type ^ Description ^ | + | * Description:N/A |
| - | | fontName | String<!-- System.String --> | | | + | |
| - | | size | Double<!-- System.Double --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | <div newline></div> |
| - | ==== GeoFont(String, Double, Boolean) ==== | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | fontName | String<!-- System.String --> | | | + | |
| - | | size | Double<!-- System.Double --> | | | + | |
| - | | isItalic | Boolean<!-- System.Boolean --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | * //N/A// |
| - | ==== GeoFont(String, Double, DrawingFontStyles) ==== | + | == Remarks == |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | fontName | String<!-- System.String --> | | | + | |
| - | | size | Double<!-- System.Double --> | | | + | |
| - | | style | [[ThinkGeo.MapSuite.SilverlightCore.DrawingFontStyles|DrawingFontStyles]]<!-- ThinkGeo.MapSuite.SilverlightCore.DrawingFontStyles --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | ===== Protected Constructors ===== | + | * Type:Int32 |
| - | ===== Public Methods ===== | + | * Description:N/A |
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| - | | obj | Object<!-- System.Object --> | | | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetHashCode() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== GetType() ==== | + | ==== Protected Methods ==== |
| - | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ==== ToString() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ===== Protected Methods ===== | + | * //N/A// |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ==== MemberwiseClone() ==== | + | ==== Public Properties ==== |
| - | === Return Value === | + | ** {{wiki:PublicProperty.gif|}} FontWeight ** |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | This property gets the bold property of the font. |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | None | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoFontWeight|GeoFontWeight]] | ||
| - | <!-- System.Object --> | + | ** {{wiki:PublicProperty.gif|}} IsBold ** |
| - | [[#Protected Methods|Go Back]] | + | |
| - | ===== Public Properties ===== | + | |
| - | ==== FontName ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | String<!-- System.String --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> | + | This property gets the bold property of the font. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== FontStretch ==== | + | None |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Boolean |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.GeoFontStretch|GeoFontStretch]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoFontStretch --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> | + | ** {{wiki:PublicProperty.gif|}} IsItalic ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== FontWeight ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.GeoFontWeight|GeoFontWeight]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoFontWeight --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> | + | This property gets the italic property of the font. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== IsBold ==== | + | None |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Boolean |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> | + | ** {{wiki:PublicProperty.gif|}} IsUnderline ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== IsItalic ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> | + | This property gets the underline property of the font. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== IsUnderline ==== | + | None |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Boolean |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> | + | ** {{wiki:PublicProperty.gif|}} FontName ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Size ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Double<!-- System.Double --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> | + | This property gets the font name property of the font. |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Style ==== | + | None |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:String |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.DrawingFontStyles|DrawingFontStyles]]<!-- ThinkGeo.MapSuite.SilverlightCore.DrawingFontStyles --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> | + | ** {{wiki:PublicProperty.gif|}} Size ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ===== Protected Properties ===== | + | This property gets the font size property of the font. |
| - | ===== Public Events ===== | + | == Remarks == |
| - | __NOTOC__ | + | None |
| - | [[Category:SilverlightMapSuiteCore]] | + | == Return Value == |
| - | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | + | * Type:Double |
| - | [[Category:UpdateDocumentation]] | + | |
| + | ** {{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 ==== | ||