User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.pointmarkerstyle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightedition.pointmarkerstyle [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle ====== 
- 
- 
- 
-<!-- Class --> 
-This class represents the ordinary point marker style. 
-=== Remarks === 
-The <​strong>​PointMarkerStyle</​strong>​ contains the basic style for creating a marker such as web image, popup and context menu. Use this style to create a batch of markers with the same appearance. 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightEdition.MarkerStyle]] 
-***[[ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyle()|PointMarkerStyle]] ​  ​| ​   |    | This is constructor of the PointMarkerStyle class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyle(ImageSource)|PointMarkerStyle]] ​  | ImageSource ​  ​| ​   | This is constructor of the PointMarkerStyle class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PointMarkerStyle(ImageSource,​ GeoPopup)|PointMarkerStyle]] ​  | ImageSource,​ [[ThinkGeo.MapSuite.SilverlightEdition.GeoPopup|GeoPopup]] ​  ​| ​   | This is constructor of the PointMarkerStyle class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetMarkers(IEnumerable<​Feature>​)|GetMarkers]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> ​  | [[ThinkGeo.MapSuite.SilverlightEdition.MarkerStyle|MarkerStyle]](overriden) ​  | This method returns a collection of markers that created with specific styles from the features passed in.   | 
-| {{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}}[[#​FontColor|FontColor]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] ​  ​| ​   | Gets or sets the color of the text on the marker. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FontStyle|FontStyle]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoFont|GeoFont]] ​  ​| ​   | Gets or sets the style applied to the text on the image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageHeight|ImageHeight]] ​  | Double ​  ​| ​   | Gets or sets the height in pixel of the web image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageOffsetX|ImageOffsetX]] ​  | Double ​  ​| ​   | Gets or sets the image'​s X offset in pixel. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageOffsetY|ImageOffsetY]] ​  | Double ​  ​| ​   | Gets or sets the image'​s Y offset in pixel. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageRotateAngle|ImageRotateAngle]] ​  | Double ​  ​| ​   | Gets or sets the rotation angle of the marker image by degree. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageSource|ImageSource]] ​  | ImageSource ​  ​| ​   | Gets or sets the small image that the marker displays. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageWidth|ImageWidth]] ​  | Double ​  ​| ​   | Gets or sets the width in pixel of the web image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  ​| ​   | Gets or sets a double value between 0 and 1 that indicates the transparency level of the marker. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Popup|Popup]] ​  | [[ThinkGeo.MapSuite.SilverlightEdition.GeoPopup|GeoPopup]] ​  ​| ​   | Gets or sets the popup object that displays when the mouse pointer is over a marker. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PopupDelay|PopupDelay]] ​  | TimeSpan ​  ​| ​   | Gets or sets a TimeSpan value that indicates the time that between the mouse is over a marker and the popup shows. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Text|Text]] ​  | String ​  ​| ​   | Gets or sets the text displayed on the image. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextOffsetX|TextOffsetX]] ​  | Double ​  ​| ​   | Gets or sets the x offset in pixel of text on the marker. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextOffsetY|TextOffsetY]] ​  | Double ​  ​| ​   | Gets or sets the y offset in pixel of text on the marker. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextRotateAngle|TextRotateAngle]] ​  | Double ​  ​| ​   | Gets or sets the rotation angle of the marker text by degree. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextWidth|TextWidth]] ​  | Double ​  ​| ​   | Gets or sets the width of text on the marker. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TextWrapping|TextWrapping]] ​  | TextWrapping ​  ​| ​   | Gets or sets whether the text wraps when it reaches the edge of its container. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== PointMarkerStyle() ==== 
-This is constructor of the PointMarkerStyle class. 
-=== Overloads === 
-This is constructor of the PointMarkerStyle class. 
-=== Remarks === 
-This is constructor of the <​strong>​PointMarkerStyle</​strong>​ class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== PointMarkerStyle(ImageSource) ==== 
-This is constructor of the PointMarkerStyle class. 
-=== Overloads === 
-This is constructor of the PointMarkerStyle class. 
-=== Remarks === 
-This is constructor of the <​strong>​PointMarkerStyle</​strong>​ class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageSource ​  | ImageSource<​!-- System.Windows.Media.ImageSource --> ​  | An ImageSource value indicating the icon source for the marker. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-==== PointMarkerStyle(ImageSource,​ GeoPopup) ==== 
-This is constructor of the PointMarkerStyle class. 
-=== Overloads === 
-This is constructor of the PointMarkerStyle class. 
-=== Remarks === 
-This is constructor of the <​strong>​PointMarkerStyle</​strong>​ class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| imageSource ​  | ImageSource<​!-- System.Windows.Media.ImageSource --> ​  | An ImageSource value indicating the icon source for the marker. ​  | 
-| popup   | [[ThinkGeo.MapSuite.SilverlightEdition.GeoPopup|GeoPopup]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.GeoPopup --> ​  | A GeoPopup value indicating the popup display when mouse hover on the marker. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetMarkers(IEnumerable<​Feature>​) ==== 
-This method returns a collection of markers that created with specific styles from the features passed in. 
-=== Remarks === 
-This method returns a collection of markers that created with specific styles from the features passed in. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightEdition.Marker} --> ​  | A collection of markers that create from the features. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| features ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  | A collection of features that the markers are created from.   | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerStyle(overriden) --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== FontColor ==== 
-Gets or sets the color of the text on the marker. 
-=== Remarks === 
-Gets or sets the color of the text on the marker. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoColor --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== FontStyle ==== 
-Gets or sets the style applied to the text on the image. 
-=== Remarks === 
-Gets or sets the style applied to the text on the image. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightCore.GeoFont|GeoFont]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageHeight ==== 
-Gets or sets the height in pixel of the web image. 
-=== Remarks === 
-Gets or sets the height in pixel of the web image. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageOffsetX ==== 
-Gets or sets the image'​s X offset in pixel. 
-=== Remarks === 
-Gets or sets the image'​s X offset in pixel. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageOffsetY ==== 
-Gets or sets the image'​s Y offset in pixel. 
-=== Remarks === 
-Gets or sets the image'​s Y offset in pixel. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageRotateAngle ==== 
-Gets or sets the rotation angle of the marker image by degree. 
-=== Remarks === 
-Gets or sets the rotation angle of the marker image by degree. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageSource ==== 
-Gets or sets the small image that the marker displays. 
-=== Remarks === 
-Gets or sets the small image that the marker displays. 
-=== Return Value === 
-^ Return Type ^ 
-| ImageSource<​!-- System.Windows.Media.ImageSource --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageWidth ==== 
-Gets or sets the width in pixel of the web image. 
-=== Remarks === 
-Gets or sets the width in pixel of the web image. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== Opacity ==== 
-Gets or sets a double value between 0 and 1 that indicates the transparency level of the marker. 
-=== Remarks === 
-The <​strong>​Opacity</​strong>​ property enables you to specify a level of transparency for the marker. When this property is set to a value less than 100 percent(1.00),​ the entire overlay is made more transparent. Setting this property to a value of 0 percent (0.00) makes the marker completely invisible. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== Popup ==== 
-Gets or sets the popup object that displays when the mouse pointer is over a marker. 
-=== Remarks === 
-Gets or sets the popup object that displays when the mouse pointer is over a marker. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightEdition.GeoPopup|GeoPopup]]<​!-- ThinkGeo.MapSuite.SilverlightEdition.GeoPopup --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== PopupDelay ==== 
-Gets or sets a TimeSpan value that indicates the time that between the mouse is over a marker and the popup shows. 
-=== Remarks === 
-The <​strong>​PopupDelay</​strong>​ value is count in TimeSpan which delays the popup displaying after the value as the mouse hovering on the marker. 
-=== Return Value === 
-^ Return Type ^ 
-| TimeSpan<​!-- System.TimeSpan --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== Text ==== 
-Gets or sets the text displayed on the image. 
-=== Remarks === 
-Gets or sets the text displayed on the image. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== TextOffsetX ==== 
-Gets or sets the x offset in pixel of text on the marker. 
-=== Remarks === 
-Gets or sets the x offset in pixel of text on the marker. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== TextOffsetY ==== 
-Gets or sets the y offset in pixel of text on the marker. 
-=== Remarks === 
-Gets or sets the y offset in pixel of text on the marker. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== TextRotateAngle ==== 
-Gets or sets the rotation angle of the marker text by degree. 
-=== Remarks === 
-Gets or sets the rotation angle of the marker text by degree. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== TextWidth ==== 
-Gets or sets the width of text on the marker. 
-=== Remarks === 
-Gets or sets the width of text on the marker. 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== TextWrapping ==== 
-Gets or sets whether the text wraps when it reaches the edge of its container. 
-=== Remarks === 
-Gets or sets whether the text wraps when it reaches the edge of its container. 
-=== Return Value === 
-^ Return Type ^ 
-| TextWrapping<​!-- System.Windows.TextWrapping --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​SilverlightEdition]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightedition.pointmarkerstyle.1440040135.txt.gz ยท Last modified: 2015/09/21 03:29 (external edit)