←Select platform

DashOffset Property

Summary

Gets or sets the distance from the start of a line to the beginning of a dash pattern.

Syntax

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

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

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