AnnotationPenStartCap Property |
Gets or sets the
AnnotationLineCap used at the beginning of lines drawn with this pen.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax [TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public AnnotationLineCap StartCap { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property StartCap As AnnotationLineCap
Get
Set
Property Value
Type:
AnnotationLineCap The pen start cap.
See Also