Dashes Property

Summary
Gets or sets the pen dashes collection.
Syntax
C#
VB
C++
public DoubleCollection Dashes { get; set; } 
  
Public Property Dashes As DoubleCollection 
public: 
property DoubleCollection^ Dashes { 
   DoubleCollection^ get(); 
   void set (    DoubleCollection^ ); 
} 

Property Value

The dashes collection of the D2DPen.

Remarks

The default value is null.

Requirements

Target Platforms

See Also

Reference

D2DPen Class

D2DPen Members

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.