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

Show in webframe

DashCap Property






Gets or sets the pen dash cap style.
Syntax
public PenLineCap DashCap {get; set;}
'Declaration
 
Public Property DashCap As PenLineCap
'Usage
 
Dim instance As D2DPen
Dim value As PenLineCap
 
instance.DashCap = value
 
value = instance.DashCap

            

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

Property Value

A System.Windows.Media.PenLineCap value that describes how to shape the end of the line.
Remarks
The default value is PenLineCap.Round.
Requirements

Target Platforms

See Also

Reference

D2DPen Class
D2DPen Members

Error processing SSI file