User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.vertexmovingeditinteractiveoverlayeventargs

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.vertexmovingeditinteractiveoverlayeventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.wpfdesktopedition.vertexmovingeditinteractiveoverlayeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Provides data for the VertexMoving. event. Provides data for the VertexMoving. event.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.EventArgs +    *System.EventArgs 
-***[[ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs]]+      ***ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#VertexMovingEditInteractiveOverlayEventArgs()|VertexMovingEditInteractiveOverlayEventArgs]] ​  ​| ​   |    | Constructor of VertexMovingEditInteractiveOverlayEventArgs class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​VertexMovingEditInteractiveOverlayEventArgs(Boolean,​ Feature, Vertex)|VertexMovingEditInteractiveOverlayEventArgs]] ​  | Boolean, [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.Vertex|Vertex]] ​  ​| ​   | Constructor of VertexMovingEditInteractiveOverlayEventArgs class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​VertexMovingEditInteractiveOverlayEventArgs(Boolean,​ Feature, Vertex, PointShape)|VertexMovingEditInteractiveOverlayEventArgs]] ​  | Boolean, [[ThinkGeo.MapSuite.Core.Feature|Feature]],​ [[ThinkGeo.MapSuite.Core.Vertex|Vertex]],​ [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | Constructor of VertexMovedEditInteractiveOverlayEventArgs class. ​  |+
  
-==== Protected Constructors ​==== +  * //​Constructor of VertexMovingEditInteractiveOverlayEventArgs class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //If you use this constructor,​ you have to set the properties manually before use.// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs(Boolean,​Feature,​Vertex) **
  
 +  * //​Constructor of VertexMovingEditInteractiveOverlayEventArgs class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.29//​
 +== Parameters ==
 +  * //cancel//
 +    * Type:​Boolean
 +    * Description:​Indicates whether the operation is canceled or not.
 +
 +  * //​affectedVertexFeature//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
 +    * Description:​Indicates a feature which is affected.
 +
 +  * //​movingVertex//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]
 +    * Description:​Indicates a vertex which is moving.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} VertexMovingEditInteractiveOverlayEventArgs(Boolean,​Feature,​Vertex,​PointShape) **
 +
 +  * //​Constructor of VertexMovedEditInteractiveOverlayEventArgs class.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.2C_PointShape.29//​
 +== Parameters ==
 +  * //cancel//
 +    * Type:​Boolean
 +    * Description:​This parameter specified the cancel property.
 +
 +  * //​affectedVertexFeature//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]]
 +    * Description:​This parameter specified the affectedVertex feature property.
 +
 +  * //​movingVertex//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]
 +    * Description:​This parameter specified the moving vertex.
 +
 +  * //​targetVertex//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
 +    * Description:​This parameter specified the target vertex.
 +
 +<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 ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#ToString.28.29//​
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AffectedVertexFeature|AffectedVertexFeature]] ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]] ​  ​| ​   | Gets or sets the Feature to be used to move vertex. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Cancel|Cancel]] ​  | Boolean ​  ​| ​   | Gets or sets the action to be canceled or not.   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​MovingVertex|MovingVertex]] ​  | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]] ​  ​| ​   | Gets or sets the vertex to be moved. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​TargetVertex|TargetVertex]] ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]] ​  ​| ​   | Gets or sets the target vertex to be moved   |+
  
-==== 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 ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Equals.28Object.29//​
  
-===== Public Constructors ===== +== Return Value == 
-==== VertexMovingEditInteractiveOverlayEventArgs() ==== +  ​Type:Boolean 
-Constructor of VertexMovingEditInteractiveOverlayEventArgs class. +  Description:N/A
-=== Remarks === +
-If you use this constructor,​ you have to set the properties manually before use. +
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-==== VertexMovingEditInteractiveOverlayEventArgs(Boolean,​ Feature, Vertex) ​==== +  ​* ​//obj// 
-Constructor of VertexMovingEditInteractiveOverlayEventArgs class. +    * Type:Object 
-=== Remarks === +    ​* ​Description:N/A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| cancel ​  | Boolean<​!-- System.Boolean --> ​  | Indicates whether the operation is canceled or not.   | +
-| affectedVertexFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | Indicates a feature which is affected. ​  | +
-| movingVertex ​  | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.Core.Vertex --> ​  | Indicates a vertex which is moving. ​  |+
  
-[[#Public Constructors|Go Back]] +<div newline></div
-==== VertexMovingEditInteractiveOverlayEventArgs(Boolean,​ Feature, Vertex, PointShape) ==== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-Constructor of VertexMovedEditInteractiveOverlayEventArgs class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.2C_PointShape.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​VertexMovingEditInteractiveOverlayEventArgs.28Boolean.2C_Feature.2C_Vertex.2C_PointShape.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| cancel ​  | Boolean<​!-- System.Boolean --> ​  | This parameter specified the cancel property. ​  | +
-| affectedVertexFeature ​  | [[ThinkGeo.MapSuite.Core.Feature|Feature]]<​!-- ThinkGeo.MapSuite.Core.Feature --> ​  | This parameter specified the affectedVertex feature property. ​  | +
-| movingVertex ​  | [[ThinkGeo.MapSuite.Core.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.Core.Vertex --> ​  | This parameter specified the moving vertex. ​  | +
-| targetVertex ​  | [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  | This parameter specified the target vertex. ​  |+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​GetHashCode.28.29//
-==== Equals(Object) ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Equals.28Object.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-==== GetHashCode() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​GetHashCode.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​GetHashCode.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​GetType.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Type 
-==== GetType() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ToString() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Finalize.28.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​ToString.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div
-===== Protected Methods ===== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-==== Finalize() ==== +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Finalize.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Finalize.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​MemberwiseClone.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​MemberwiseClone.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters =
-^  Name ^  ​Type ​^  Description ^+<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} TargetVertex ** 
 + 
 +Gets or sets the target vertex to be moved 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​TargetVertex 
 +== Return Value == 
 +  ​Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} AffectedVertexFeature **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== AffectedVertexFeature ==== 
 Gets or sets the Feature to be used to move vertex. Gets or sets the Feature to be used to move vertex.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​AffectedVertexFeature" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​AffectedVertexFeature</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​AffectedVertexFeature 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]]
-[[ThinkGeo.MapSuite.Core.Feature|Feature]]<!-- ThinkGeo.MapSuite.Core.Feature --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs --> +** {{wiki:PublicProperty.gif|}} MovingVertex **
-[[#Public Properties|Go Back]] +
-==== Cancel ==== +
-Gets or sets the action to be canceled or not. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Cancel"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Cancel</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== MovingVertex ==== 
 Gets or sets the vertex to be moved. Gets or sets the vertex to be moved.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​MovingVertex" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​MovingVertex</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​MovingVertex 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]
-[[ThinkGeo.MapSuite.Core.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.Core.Vertex --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs --> +** {{wiki:PublicProperty.gif|}} Cancel **
-[[#Public Properties|Go Back]] +
-==== TargetVertex ==== +
-Gets or sets the target vertex to be moved +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​TargetVertex"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​TargetVertex</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.Core.PointShape --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs ​--> +Gets or sets the action to be canceled or not. 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.VertexMovingEditInteractiveOverlayEventArgs#​Cancel 
-===== Public Events ====+== Return Value == 
-__NOTOC__ +  * Type:​Boolean 
-[[Category:​WpfDesktopEdition]] + 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] +==== Protected Properties ==== 
-[[Category:​UpdateDocumentation]]+==== Public Events ====
  
thinkgeo.mapsuite.wpfdesktopedition.vertexmovingeditinteractiveoverlayeventargs.1440040137.txt.gz · Last modified: 2015/09/22 08:57 (external edit)