In This Topic
The following tables list the members exposed by
LineCap.
Public Constructors
| Name | Description |
 | LineCap | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Size | Gets or sets the size of the cap. |
 | Style | Gets or sets the style of the cap. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current LineCap instance. |
 | Dispose | Releases all resources used by this LineCap object. |
 | Equals | Overloaded. Determines whether the specified System.Object is equal to the current LineCap. |
 | GetHashCode | Returns a hash code for this LineCap object. |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
 | Set | Overloaded. Sets size and style of the cap. |
 | ToString | Returns a string that represents the current LineCap. |
Protected Methods
Public Events
| Name | Description |
 | PropertyChanged | Occurs when the property of the line cap is changed. |
 | PropertyChanging | Occurs when the property of the line cap is changing. |
Public Operators
| Name | Description |
 | Equality | Tests whether two LineCap objects are equal. |
 | Inequality | Tests whether two LineCap objects are different. |
See Also