Name | Description | |
---|---|---|
Line Constructor | Creates a new instance of Line class. |
The following tables list the members exposed by Line.
Name | Description | |
---|---|---|
Line Constructor | Creates a new instance of Line class. |
Name | Description | |
---|---|---|
Color | Gets or sets the color of the line. | |
Style | Gets or sets the style of the dashed line. | |
Width | Gets or sets the width of the line. |
Name | Description | |
---|---|---|
ResetColor | Resets the Color to default state. | |
ResetStyle | Resets the Style to default state. | |
ResetWidth | Resets the Width to default state. | |
ShouldSerializeColor | Returns false if Color is in default state. | |
ShouldSerializeStyle | Returns false if Style is in default state. | |
ShouldSerializeWidth | Returns false if Width is in default state. |
Name | Description | |
---|---|---|
NotifyChanges | Called when changes need be notified. (Inherited from C1.Win.Map.NotifyObject) |