WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EStrokeLinecap

    Show / Hide Table of Contents

    Class EStrokeLinecap

    EStrokeLinecap class.

    Inheritance
    System.Object
    EStrokeLinecap
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.SVG.IO
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class EStrokeLinecap

    Properties

    Butt

    Gets the stroke line cap.

    Declaration
    public static EStrokeLinecap Butt { get; }
    Property Value
    Type Description
    EStrokeLinecap

    The stroke line cap.

    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
    System.Object.Equals(System.Object)
    Exceptions
    Type Condition
    System.NullReferenceException

    The obj parameter is null.

    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
    System.Object.GetHashCode()

    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

    The stroke line.

    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
    System.Object.ToString()

    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.

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