Class LineCaps
The optional LineCap capping the start and end of a line.
Namespace: PSPDFKit.Sdk.Models.Annotation.Shape
Assembly: Sdk.dll
Syntax
public sealed class LineCaps
Properties
| Edit this page View SourceEnd
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? |
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? |