====== ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles ====== {{section>upgrade_map_suite_to_10.0}} This class provides commonly-used GeoPointStyles and some methods to create various kinds of GeoPointstyles. A GeoStyle is a kind of sheet used to render the map. === Remarks === The GeoStyle is a very important concept. MapSuite provides three kinds of styles: GeoAreaStyle, GeoLineStyle, and GeoPointStyle. GeoAreaStyle is used to render area-type data on the map, GeoLineStyle is used to render line-type data on the map, GeoPointStyle is used to render point-type data on the map. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyles]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateCompoundCircleStyle(GeoColor, Single, GeoColor, Single, GeoColor, Single, GeoColor, Single)|CreateCompoundCircleStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a compound circle point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateCompoundCircleStyle(GeoColor, Single, GeoColor, Single, GeoColor, Single)|CreateCompoundCircleStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a compound circle point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateCompoundPointStyle(PointSymbolType, GeoColor, GeoColor, Single, Single, PointSymbolType, GeoColor, GeoColor, Single, Single)|CreateCompoundPointStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, Single | | Static API to create a compound circle point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleCircleStyle(GeoColor, Single, GeoColor)|CreateSimpleCircleStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | | Static API to create a circle point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleCircleStyle(GeoColor, Single, GeoColor, Single)|CreateSimpleCircleStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a circle point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleCircleStyle(GeoColor, Single)|CreateSimpleCircleStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a circle point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimplePointStyle(PointSymbolType, GeoColor, Single)|CreateSimplePointStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimplePointStyle(PointSymbolType, GeoColor, GeoColor, Single)|CreateSimplePointStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimplePointStyle(PointSymbolType, GeoColor, GeoColor, Single, Single)|CreateSimplePointStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, Single | | Static API to create a point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleSquareStyle(GeoColor, Single)|CreateSimpleSquareStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a square point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleSquareStyle(GeoColor, Single, GeoColor)|CreateSimpleSquareStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | | Static API to create a square point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleSquareStyle(GeoColor, Single, GeoColor, Single)|CreateSimpleSquareStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a square point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleStarStyle(GeoColor, Single, GeoColor)|CreateSimpleStarStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | | Static API to create a star point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleStarStyle(GeoColor, Single)|CreateSimpleStarStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a star point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleTriangleStyle(GeoColor, Single)|CreateSimpleTriangleStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a triangle point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleTriangleStyle(GeoColor, Single, GeoColor)|CreateSimpleTriangleStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | | Static API to create a triangle point style. | | {{wiki:PublicMethod.gif|Public Method}}{{wiki:Static.gif|Static Member}}[[#CreateSimpleTriangleStyle(GeoColor, Single, GeoColor, Single)|CreateSimpleTriangleStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Single | | Static API to create a triangle point style. | | {{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 ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#Capital1|Capital1]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a capital. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#Capital2|Capital2]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a capital. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#Capital3|Capital3]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a capital. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#City1|City1]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a city. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#City2|City2]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a city. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#City3|City3]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a city. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#City4|City4]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a city. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#City5|City5]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a city. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#City6|City6]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a city. | | {{wiki:PublicProperty.gif|Public Property}}{{wiki:Static.gif|Static Member}}[[#City7|City7]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | | Get the commonly-used PointStyle to render a city. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ===== Protected Constructors ===== ===== Public Methods ===== ==== CreateCompoundCircleStyle(GeoColor, Single, GeoColor, Single, GeoColor, Single, GeoColor, Single) ==== Static API to create a compound circle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor1 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the outer circle's PointStyle fill color. | | size1 | Single | This parameter determines the outer circle's PointStyle size. | | outlineColor1 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the outer circle's PointStyle outline color. | | outlineWidth1 | Single | This parameter determines the outer circle's PointStyle outline width. | | fillColor2 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the inner circle's PointStyle fill color. | | size2 | Single | This parameter determines the inner circle's PointStyle size. | | outlineColor2 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the inner circle's PointStyle outline color. | | outlineWidth2 | Single | This parameter determines the inner circle's PointStyle outline width. | [[#Public Methods|Go Back]] ==== CreateCompoundCircleStyle(GeoColor, Single, GeoColor, Single, GeoColor, Single) ==== Static API to create a compound circle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor1 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the outer circle's PointStyle fill color. | | size1 | Single | This parameter determines the outer circle's PointStyle size. | | outlineColor1 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the outer circle's PointStyle outline color. | | outlineWidth1 | Single | This parameter determines the outer circle's PointStyle outline width. | | fillColor2 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the inner circle's PointStyle fill color. | | size2 | Single | This parameter determines the inner circle's PointStyle size. | [[#Public Methods|Go Back]] ==== CreateCompoundPointStyle(PointSymbolType, GeoColor, GeoColor, Single, Single, PointSymbolType, GeoColor, GeoColor, Single, Single) ==== Static API to create a compound circle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | pointStyle1 | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]] | This parameter determines the outer circle's pointstyle symbol type. | | fillColor1 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the outer circle's PointStyle fill color. | | outlineColor1 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the outer circle's PointStyle outline color. | | outlineWidth1 | Single | This parameter determines the outer circle's PointStyle outline width. | | size1 | Single | This parameter determines the outer circle's PointStyle size. | | pointStyle2 | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]] | This parameter determines the inner circle's pointstyle symbol type. | | fillColor2 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the inner circle's PointStyle fill color. | | outlineColor2 | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the inner circle's PointStyle outline color. | | outlineWidth2 | Single | This parameter determines the inner circle's PointStyle outline width. | | size2 | Single | This parameter determines the inner circle PointStyle size. | [[#Public Methods|Go Back]] ==== CreateSimpleCircleStyle(GeoColor, Single, GeoColor) ==== Static API to create a circle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | [[#Public Methods|Go Back]] ==== CreateSimpleCircleStyle(GeoColor, Single, GeoColor, Single) ==== Static API to create a circle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | | outlineWidth | Single | This parameter determines the PointStyle outline width. | [[#Public Methods|Go Back]] ==== CreateSimpleCircleStyle(GeoColor, Single) ==== Static API to create a circle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | [[#Public Methods|Go Back]] ==== CreateSimplePointStyle(PointSymbolType, GeoColor, Single) ==== Static API to create a point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | pointStyle | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]] | This parameter determines the PointStyle symbol type. | | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | [[#Public Methods|Go Back]] ==== CreateSimplePointStyle(PointSymbolType, GeoColor, GeoColor, Single) ==== Static API to create a point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | pointStyle | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]] | This parameter determines the PointStyle symbol type. | | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | | size | Single | This parameter determines the PointStyle size. | [[#Public Methods|Go Back]] ==== CreateSimplePointStyle(PointSymbolType, GeoColor, GeoColor, Single, Single) ==== Static API to create a point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | pointStyle | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointSymbolType|PointSymbolType]] | This parameter determines the PointStyle symbol type. | | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | | outlineWidth | Single | This parameter determines the PointStyle outline width. | | size | Single | This parameter determines the PointStyle size. | [[#Public Methods|Go Back]] ==== CreateSimpleSquareStyle(GeoColor, Single) ==== Static API to create a square point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | [[#Public Methods|Go Back]] ==== CreateSimpleSquareStyle(GeoColor, Single, GeoColor) ==== Static API to create a square point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | [[#Public Methods|Go Back]] ==== CreateSimpleSquareStyle(GeoColor, Single, GeoColor, Single) ==== Static API to create a square point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | | outlineWidth | Single | This parameter determines the PointStyle outline width. | [[#Public Methods|Go Back]] ==== CreateSimpleStarStyle(GeoColor, Single, GeoColor) ==== Static API to create a star point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | [[#Public Methods|Go Back]] ==== CreateSimpleStarStyle(GeoColor, Single) ==== Static API to create a star point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | [[#Public Methods|Go Back]] ==== CreateSimpleTriangleStyle(GeoColor, Single) ==== Static API to create a triangle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | [[#Public Methods|Go Back]] ==== CreateSimpleTriangleStyle(GeoColor, Single, GeoColor) ==== Static API to create a triangle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | [[#Public Methods|Go Back]] ==== CreateSimpleTriangleStyle(GeoColor, Single, GeoColor, Single) ==== Static API to create a triangle point style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | The created point style. | === Parameters === ^ Name ^ Type ^ Description ^ | fillColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle fill color. | | size | Single | This parameter determines the PointStyle size. | | outlineColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter determines the PointStyle outline color. | | outlineWidth | Single | This parameter determines the PointStyle outline width. | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== Capital1 ==== Get the commonly-used PointStyle to render a capital. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== Capital2 ==== Get the commonly-used PointStyle to render a capital. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== Capital3 ==== Get the commonly-used PointStyle to render a capital. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== City1 ==== Get the commonly-used PointStyle to render a city. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== City2 ==== Get the commonly-used PointStyle to render a city. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== City3 ==== Get the commonly-used PointStyle to render a city. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== City4 ==== Get the commonly-used PointStyle to render a city. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== City5 ==== Get the commonly-used PointStyle to render a city. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== City6 ==== Get the commonly-used PointStyle to render a city. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ==== City7 ==== Get the commonly-used PointStyle to render a city. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PointStyle|PointStyle]] | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:WindowsPhoneMapSuiteCore]] [[Category:ThinkGeo.MapSuite.WindowsPhoneCore]] [[Category:UpdateDocumentation]]