LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

DashStyle Property






Gets or sets the System.Drawing.Drawing2D.DashStyle used for dashed lines drawn with this AnnPen object.
Syntax
public virtual DashStyle DashStyle {get; set;}
'Declaration
 
Public Overridable Property DashStyle As DashStyle
'Usage
 
Dim instance As AnnPen
Dim value As DashStyle
 
instance.DashStyle = value
 
value = instance.DashStyle
public virtual DashStyle DashStyle {get; set;}
 get_DashStyle();
set_DashStyle(value);
public:
virtual property DashStyle DashStyle {
   DashStyle get();
   void set (    DashStyle value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPen Class
AnnPen Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.