ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CapStyle Enumeration

In This Topic
    CapStyle Enumeration
    In This Topic
    D2D1_CAP_STYLE
    Syntax
    'Declaration
     
    Public Enum CapStyle 
       Inherits System.Enum
    public enum CapStyle : System.Enum 
    Members
    MemberDescription
    FlatD2D1_CAP_STYLE_FLAT
    RoundD2D1_CAP_STYLE_ROUND
    SquareD2D1_CAP_STYLE_SQUARE
    TriangleD2D1_CAP_STYLE_TRIANGLE
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Direct2D.CapStyle

    See Also