StrokeStyle Members
In This Article
#Constructors
Name | Description |
---|---|
Stroke |
Initializes a new instance of the Stroke |
#Fields
Name | Description |
---|---|
Dash |
Identifies the Stroke |
Dash |
Identifies the Stroke |
Dash |
Identifies the Stroke |
End |
Identifies the Stroke |
Line |
Identifies the Stroke |
Miter |
Identifies the Stroke |
Start |
Identifies the Stroke |
Thickness |
Identifies the Stroke |
#Properties
Name | Description |
---|---|
Dash |
Gets or sets a list of comma or white space separated lengths and percentages that specify the lengths of alternating dashes and gaps. |
Dash |
Gets or sets a value that specifies how the ends of a dash are drawn. |
Dash |
Gets or sets the distance from the line start to the beginning of a dash pattern. |
End |
Gets or sets the type of shape that is used at the end of a stroke. |
Line |
Gets or sets the join style for the ends of two consecutive lines drawn with this stroke line. |
Miter |
Gets or sets the limit of the ratio of the miter length to half this stroke line’s thickness. |
Native |
Provides access to the native stroke style. |
Start |
Gets or sets the type of shape that is used at the beginning of a stroke. |
Thickness | Gets or sets the thickness of the stroke line that is painted on a map. |
Thickness |
Specifies the thickness scale. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs every time any of the Stroke |
See Also