←Select platform

DashStyle Property

Summary

Gets or sets the System.Drawing.Drawing2D.DashStyle used for dashed lines drawn with this AnnPen object.

Syntax

C#
VB
C++
public virtual DashStyle DashStyle { get; set; } 
  
Public Overridable Property DashStyle As DashStyle 
public: 
virtual property DashStyle DashStyle { 
   DashStyle get(); 
   void set (    DashStyle ); 
} 

Property Value

A System.Drawing.Drawing2D.DashStyle value that represents the style used for dashed lines drawn with this AnnPen object.

Remarks

Note that DashStyle.Custom is not supported. If you pass DashStyle.Custom to this property, DashStyle.Solid will be used instead.

Example

For an example, refer to AnnPen.

Requirements

Target Platforms

See Also

Reference

AnnPen Class

AnnPen Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly