Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

StartLineCap Property






Gets or sets the cap style used on the starting point of the line.
Syntax
public PenLineCap StartLineCap {get; set;}
'Declaration
 
Public Property StartLineCap As PenLineCap
'Usage
 
Dim instance As D2DPen
Dim value As PenLineCap
 
instance.StartLineCap = value
 
value = instance.StartLineCap

            

            
public:
property PenLineCap StartLineCap {
   PenLineCap get();
   void set (    PenLineCap value);
}

Property Value

A System.Windows.Media.PenLineCap value that describes the cap style used on the starting point of the D2DPen.
Remarks
The default value is PenLineCap.Round
Requirements

Target Platforms

See Also

Reference

D2DPen Class
D2DPen Members

Error processing SSI file