.NET Framework Class Library

LineCap Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace >

.NET Framework Class Library

LineCap Enumeration

Defines the line cap styles.

Namespace: Gnostice.Core.Graphics

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration LineCap

C#

public enum LineCap

Visual C++

public enum class LineCap

Members


Member name

Value

Description


Flat

0



Square

1



Round

2



Triangle

3



NoAnchor

16



SquareAnchor

17



RoundAnchor

18



DiamondAnchor

19



ArrowAnchor

20



AnchorMask

240



Custom

255


See Also

Gnostice.Core.Graphics Namespace