LEADTOOLS Annotations (Leadtools.Annotations assembly)

DashStyle Property

Show in webframe





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 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

See Also

Reference

AnnPen Class
AnnPen Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.