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
thinkgeo.mapsuite.silverlightedition.pointmarkerstyle [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle ====== ====== ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class represents the ordinary point marker style. 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 ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightEdition.MarkerStyle]] +    *ThinkGeo.MapSuite.SilverlightEdition.MarkerStyle 
-***[[ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle]]+      ***ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} PointMarkerStyle() ​**
-{{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 ​==== +This is constructor of the PointMarkerStyle class. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +This is constructor of the PointMarkerStyle class. 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} PointMarkerStyle(ImageSource) **
  
 +This is constructor of the PointMarkerStyle class.
 +== Remarks ==
 +This is constructor of the PointMarkerStyle class.
 +== Parameters ==
 +  * //​imageSource//​
 +    * Type:​ImageSource
 +    * Description:​An ImageSource value indicating the icon source for the marker.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} PointMarkerStyle(ImageSource,​GeoPopup) **
 +
 +This is constructor of the PointMarkerStyle class.
 +== Remarks ==
 +This is constructor of the PointMarkerStyle class.
 +== Parameters ==
 +  * //​imageSource//​
 +    * Type:​ImageSource
 +    * Description:​An ImageSource value indicating the icon source for the marker.
 +
 +  * //popup//
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightEdition.GeoPopup|GeoPopup]]
 +    * Description:​A GeoPopup value indicating the popup display when mouse hover on the marker.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetMarkers(IEnumerable<​Feature>​) ​**
-{{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 ==== +This method returns a collection of markers that created with specific styles from the features passed in. 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +This method returns a collection of markers that created with specific styles from the features passed in.
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Collection<​[[ThinkGeo.MapSuite.SilverlightEdition.Marker|Marker]]> 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​FontColor|FontColor]] ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]]   |    | Gets or sets the color of the text on the marker. ​  | +  * Description:A collection ​of markers ​that create from the features.
-| {{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 ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * //​features//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]>​ 
 +    * Description:​A collection of features that the markers are created from.
  
-==== Public Events ==== +<div newline></​div>​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+** {{wiki:​PublicMethod.gif|}} ToString() **
  
-===== Public Constructors ===== +N/A 
-==== PointMarkerStyle() ==== +== Remarks == 
-This is constructor of the PointMarkerStyle class. +N/A
-=== 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]] +== Return Value == 
-==== PointMarkerStyle(ImageSource) ​==== +  ​Type:String 
-This is constructor of the PointMarkerStyle class. +  Description:N/A
-=== 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]] +== Parameters ​== 
-==== PointMarkerStyle(ImageSource,​ GeoPopup) ​==== +<div newline></div
-This is constructor of the PointMarkerStyle class. +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-=== Overloads === +
-This is constructor of the PointMarkerStyle class. +
-=== Remarks === +
-This is constructor of the <strong>PointMarkerStyle</strongclass. +
-=== 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]] +N/A 
-===== Protected Constructors ===== +== Remarks ​== 
-===== Public Methods ===== +N/A
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== GetHashCode() ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetMarkers(IEnumerable<​Feature>​) ==== +N/A
-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} --> ​  ​| ​collection of markers that create from the features. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| features ​  | IEnumerable<​[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} --> ​  ​| ​collection of features that the markers are created from.   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.MarkerStyle(overriden) --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- 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:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-===== Public Properties ===== +  * Description:​N/​A
-==== 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 --> +== Parameters == 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== FontStyle ​==== +==== Public Properties ==== 
-Gets or sets the style applied to the text on the image+** {{wiki:​PublicProperty.gif|}} Popup ** 
-=== Remarks ​=== + 
-Gets or sets the style applied to the text on the image. +Gets or sets the popup object that displays when the mouse pointer is over a marker. 
-=== Return Value === +== Remarks == 
-^ Return ​Type ^ +Gets or sets the popup object that displays when the mouse pointer is over a marker
-[[ThinkGeo.MapSuite.SilverlightCore.GeoFont|GeoFont]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoFont --> ​  |+== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.SilverlightEdition.GeoPopup|GeoPopup]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} 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 PopupDelay value is count in TimeSpan which delays the popup displaying after the value as the mouse hovering on the marker. 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} ImageSource ** 
 + 
 +Gets or sets the small image that the marker displays
 +== Remarks == 
 +Gets or sets the small image that the marker displays
 +== Return Value == 
 +  ​* ​Type:​ImageSource 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opacity ** 
 + 
 +Gets or sets a double value between 0 and 1 that indicates the transparency level of the marker. 
 +== Remarks == 
 +The Opacity property enables you to specify a level of transparency for the markerWhen 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 == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} 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 == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} ImageHeight **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageHeight ==== 
 Gets or sets the height in pixel of the web image. Gets or sets the height in pixel of the web image.
-=== Remarks ​===+== Remarks ==
 Gets or sets the height in pixel of the web image. Gets or sets the height in pixel of the web image.
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  ​* ​Type:Double 
-| Double<​!-- System.Double --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} ImageOffsetX **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageOffsetX ==== 
 Gets or sets the image'​s X offset in pixel. Gets or sets the image'​s X offset in pixel.
-=== Remarks ​===+== Remarks ==
 Gets or sets the image'​s X offset in pixel. Gets or sets the image'​s X offset in pixel.
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  ​* ​Type:Double 
-| Double<​!-- System.Double --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} ImageOffsetY **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageOffsetY ==== 
 Gets or sets the image'​s Y offset in pixel. Gets or sets the image'​s Y offset in pixel.
-=== Remarks ​===+== Remarks ==
 Gets or sets the image'​s Y offset in pixel. Gets or sets the image'​s Y offset in pixel.
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  ​* ​Type:Double 
-| Double<​!-- System.Double --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} ImageRotateAngle **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== ImageRotateAngle ==== 
 Gets or sets the rotation angle of the marker image by degree. Gets or sets the rotation angle of the marker image by degree.
-=== Remarks ​===+== Remarks ==
 Gets or sets the rotation angle of the marker image by degree. Gets or sets the rotation angle of the marker image by degree.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-| Double<​!-- System.Double ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> +** {{wiki:​PublicProperty.gif|}} Text **
-[[#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 --> +Gets or sets the text displayed on the image. 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== ImageWidth ==== +Gets or sets the text displayed on the image. 
-Gets or sets the width in pixel of the web image. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String
-Gets or sets the width in pixel of the web image. +
-=== Return Value === +
-^ Return ​Type +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> +** {{wiki:​PublicProperty.gif|}} TextRotateAngle **
-[[#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 --> +Gets or sets the rotation angle of the marker ​text by degree
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Popup ==== +Gets or sets the rotation angle of the marker ​text by degree
-Gets or sets the popup object that displays when the mouse pointer is over a marker. +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Double
-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 --> +** {{wiki:​PublicProperty.gif|}} TextWidth **
-[[#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 --> +Gets or sets the width of text on the marker
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Text ==== +Gets or sets the width of text on the marker. 
-Gets or sets the text displayed on the image+== Return Value == 
-=== Remarks ​=== +  * Type:​Double 
-Gets or sets the text displayed on the image+ 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} TextWrapping ** 
-^ Return ​Type ^ + 
-| String<​!-- System.String --> ​  |+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 == 
 +  ​* ​Type:​TextWrapping 
 + 
 +** {{wiki:​PublicProperty.gif|}} TextOffsetX **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== TextOffsetX ==== 
 Gets or sets the x offset in pixel of text on the marker. Gets or sets the x offset in pixel of text on the marker.
-=== Remarks ​===+== Remarks ==
 Gets or sets the x offset in pixel of text on the marker. Gets or sets the x offset in pixel of text on the marker.
-=== Return Value === +== Return Value == 
-^ Return ​Type ^ +  ​* ​Type:Double 
-| Double<​!-- System.Double --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} TextOffsetY **
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> 
-[[#Public Properties|Go Back]] 
-==== TextOffsetY ==== 
 Gets or sets the y offset in pixel of text on the marker. Gets or sets the y offset in pixel of text on the marker.
-=== Remarks ​===+== Remarks ==
 Gets or sets the y offset in pixel of text on the marker. Gets or sets the y offset in pixel of text on the marker.
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-| Double<​!-- System.Double ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> +** {{wiki:​PublicProperty.gif|}} FontStyle **
-[[#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 --> +Gets or sets the style applied to the text on the image
-[[#Public Properties|Go Back]] +== Remarks == 
-==== TextWidth ==== +Gets or sets the style applied to the text on the image
-Gets or sets the width of text on the marker+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoFont|GeoFont]]
-Gets or sets the width of text on the marker+
-=== Return Value === +
-^ Return ​Type +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightEdition.PointMarkerStyle --> +** {{wiki:​PublicProperty.gif|}} FontColor **
-[[#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 --> +Gets or sets the color of the text on the marker. 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +Gets or sets the color of the text on the marker. 
-===== Public Events ====+== Return Value == 
-__NOTOC__ +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] 
-[[Category:​SilverlightEdition]] + 
-[[Category:​ThinkGeo.MapSuite.SilverlightEdition]] +==== Protected Properties ==== 
-[[Category:​UpdateDocumentation]]+==== Public Events ====
  
thinkgeo.mapsuite.silverlightedition.pointmarkerstyle.1440040135.txt.gz · Last modified: 2015/09/21 03:29 (external edit)