Class LineCaps

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

Inheritance
LineCaps
Namespace: PSPDFKit.Sdk.Models.Annotation.Shape
Assembly: Sdk.dll
Syntax
public sealed class LineCaps

Properties

| Edit this page View Source

End

The end line cap shape.

Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter), new object[] { typeof(CamelCaseNamingStrategy) })]
public LineCap? End { get; set; }
Property Value
Type Description
LineCap?
| Edit this page View Source

Start

The start line cap shape.

Declaration
[JsonProperty(NamingStrategyType = typeof(CamelCaseNamingStrategy), NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter), new object[] { typeof(CamelCaseNamingStrategy) })]
public LineCap? Start { get; set; }
Property Value
Type Description
LineCap?