Class EStrokeLinecap
Represents the value of StrokeLinecap attribute of SVG DOM.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class EStrokeLinecap
Properties
Butt
Gets the butt.
Declaration
public static EStrokeLinecap Butt { get; }
Property Value
Type | Description |
---|---|
EStrokeLinecap | The butt. |
Round
Gets the round.
Declaration
public static EStrokeLinecap Round { get; }
Property Value
Type | Description |
---|---|
EStrokeLinecap | The round. |
Square
Gets the square.
Declaration
public static EStrokeLinecap Square { get; }
Property Value
Type | Description |
---|---|
EStrokeLinecap | The square. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The System.Object to compare with the current System.Object. |
Returns
Type | Description |
---|---|
System.Boolean | true if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for the current System.Object. |
Overrides
Parse(String)
Parses the specified string.
Declaration
public static EStrokeLinecap Parse(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | The string. |
Returns
Type | Description |
---|---|
EStrokeLinecap | Returns EStrokeLinecap. |
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents the current System.Object. |
Overrides
Operators
Equality(EStrokeLinecap, EStrokeLinecap)
Implements the operator ==.
Declaration
public static bool operator ==(EStrokeLinecap v1, EStrokeLinecap v2)
Parameters
Type | Name | Description |
---|---|---|
EStrokeLinecap | v1 | The v1. |
EStrokeLinecap | v2 | The v2. |
Returns
Type | Description |
---|---|
System.Boolean | The result of the operator. |
Inequality(EStrokeLinecap, EStrokeLinecap)
Implements the operator !=.
Declaration
public static bool operator !=(EStrokeLinecap v1, EStrokeLinecap v2)
Parameters
Type | Name | Description |
---|---|---|
EStrokeLinecap | v1 | The v1. |
EStrokeLinecap | v2 | The v2. |
Returns
Type | Description |
---|---|
System.Boolean | The result of the operator. |