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

DashOffset Property






Gets or sets the distance from the start of a line to the beginning of a dash pattern.
Syntax
public virtual float DashOffset {get; set;}
'Declaration
 
Public Overridable Property DashOffset As Single
'Usage
 
Dim instance As AnnPen
Dim value As Single
 
instance.DashOffset = value
 
value = instance.DashOffset
public virtual float DashOffset {get; set;}
 get_DashOffset();
set_DashOffset(value);
public:
virtual property float DashOffset {
   float get();
   void set (    float value);
}

Property Value

A single-precision floating point number that represents the distance from the start of a line to the beginning of a dash pattern. This value uses the same unit of measure as the one used as the Unit value for the Width property.
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.