Class LineCaps

The optional LineCap capping the start and end of a line.

Inheritance
System.Object
LineCaps
Namespace: PSPDFKit.Pdf.Annotation
Assembly: PSPDFKit.dll
Syntax
public sealed class LineCaps

Properties

End

The end line cap shape.

Declaration
public LineCap? End { get; set; }
Property Value
Type Description
System.Nullable<LineCap>

Start

The start line cap shape.

Declaration
public LineCap? Start { get; set; }
Property Value
Type Description
System.Nullable<LineCap>