ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / Pen Class / StartCap Property

In This Topic
    StartCap Property
    In This Topic
    Gets or sets the cap style used to draw line ends with this pen.
    Syntax
    'Declaration
     
    Public Property StartCap As PenLineCap
    public PenLineCap StartCap {get; set;}
    See Also