ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Provides editing options when the EditOverlay is in EditShape mode.
*System.Object **ThinkGeo.MapSuite.MvcEdition.EditSettings
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
EditSettings | Initialize an instance of the EditSetting class. |
| Name | Parameters | DeclaringType | Summary |
|---|
| Name | Parameters | DeclaringType | Summary |
|---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
| Name | Return | DeclaringType | Summary |
|---|---|---|---|
IsDraggable | Boolean | Gets a value that indicates whether the shape can be dragged. | |
IsReshapable | Boolean | Gets a value that indicates whether the shape can be reshaped. | |
IsResizable | Boolean | Gets a value that indicates whether the shape can be resized. | |
IsRotatable | Boolean | Gets a value that indicates whether the shape can be rotated. |
| Name | Return | DeclaringType | Summary |
|---|
| Name | Event Arguments | DeclaringType | Summary |
|---|
Initialize an instance of the EditSetting class.
| Name | Type | Description |
|---|
| Return Type | Description |
|---|---|
| Boolean<!– System.Boolean –> |
| Name | Type | Description |
|---|---|---|
| obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
Load this object from a json string.
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|---|---|
| jsonString | String<!– System.String –> | a json string |
<!– ThinkGeo.MapSuite.MvcEdition.EditSettings –> Go Back
| Return Type | Description |
|---|---|
| Int32<!– System.Int32 –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Type<!– System.Type –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Returns a JSON string that contains the information for setting the edit mode at client side.
| Return Type | Description |
|---|---|
| String<!– System.String –> | A JSON string that is used to set the edit mode at client side. |
| Name | Type | Description |
|---|
<!– ThinkGeo.MapSuite.MvcEdition.EditSettings –> Go Back
| Return Type | Description |
|---|---|
| String<!– System.String –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Void<!– System.Void –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
| Return Type | Description |
|---|---|
| Object<!– System.Object –> |
| Name | Type | Description |
|---|
<!– System.Object –> Go Back
Gets a value that indicates whether the shape can be dragged.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.EditSettings –> Go Back
Gets a value that indicates whether the shape can be reshaped.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.EditSettings –> Go Back
Gets a value that indicates whether the shape can be resized.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.EditSettings –> Go Back
Gets a value that indicates whether the shape can be rotated.
| Return Type |
|---|
| Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.MvcEdition.EditSettings –> Go Back