VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / LineDashCapStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
LineDashCapStyle Enumeration
In This Topic
Specifies available styles for the type of graphic shape to use on both ends of each dash in a dashed line.
Syntax
'Declaration

Public Enum LineDashCapStyle
   Inherits System.Enum

public enum LineDashCapStyle : System.Enum

Members
MemberDescription
FlatA square cap that squares off both ends of each dash.
RoundA circular cap that rounds off both ends of each dash.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Drawing.LineDashCapStyle

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also