Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / cornerType Enumeration

In This Topic
    cornerType Enumeration
    In This Topic
    Quick offset corner type.
    Syntax
    'Declaration
     
    Public Enum cornerType 
       Inherits System.Enum
    public enum cornerType : System.Enum 
    Members
    MemberDescription
    Flat Flat corners
    Miter Angled corners
    Round Rounded corners
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Entities.cornerType

    See Also