WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct EStrokeLinejoin - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct EStrokeLinejoin

    Represents the value of StrokeLinejoin attribute of SVG DOM.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public struct EStrokeLinejoin

    Properties

    Bevel

    Gets the bevel.

    Declaration
    public static EStrokeLinejoin Bevel { get; }
    Property Value
    Type Description
    EStrokeLinejoin

    The bevel.

    Miter

    Gets the miter.

    Declaration
    public static EStrokeLinejoin Miter { get; }
    Property Value
    Type Description
    EStrokeLinejoin

    The miter.

    Round

    Gets the round.

    Declaration
    public static EStrokeLinejoin Round { get; }
    Property Value
    Type Description
    EStrokeLinejoin

    The round.

    Methods

    Equals(Object)

    Indicates whether this instance and a specified object are equal.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj

    Another object to compare to.

    Returns
    Type Description
    System.Boolean

    true if obj and this instance are the same type and represent the same value; otherwise, false.

    Overrides
    System.ValueType.Equals(System.Object)

    GetHashCode()

    Returns the hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A 32-bit signed integer that is the hash code for this instance.

    Overrides
    System.ValueType.GetHashCode()

    Parse(String)

    Parses the specified STR.

    Declaration
    public static EStrokeLinejoin Parse(string str)
    Parameters
    Type Name Description
    System.String str

    The STR.

    Returns
    Type Description
    EStrokeLinejoin

    Returns EStrokeLinejoin.

    ToString()

    Returns the fully qualified type name of this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String containing a fully qualified type name.

    Overrides
    System.ValueType.ToString()

    Operators

    Equality(EStrokeLinejoin, EStrokeLinejoin)

    Implements the operator ==.

    Declaration
    public static bool operator ==(EStrokeLinejoin v1, EStrokeLinejoin v2)
    Parameters
    Type Name Description
    EStrokeLinejoin v1

    The v1.

    EStrokeLinejoin v2

    The v2.

    Returns
    Type Description
    System.Boolean

    The result of the operator.

    Inequality(EStrokeLinejoin, EStrokeLinejoin)

    Implements the operator !=.

    Declaration
    public static bool operator !=(EStrokeLinejoin v1, EStrokeLinejoin v2)
    Parameters
    Type Name Description
    EStrokeLinejoin v1

    The v1.

    EStrokeLinejoin v2

    The v2.

    Returns
    Type Description
    System.Boolean

    The result of the operator.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved