←Select platform

LineStyle Property

Summary

Gets or sets a value indicating the line style used to draw the grid.

Syntax

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

Property Value

A System.Drawing.Drawing2D.DashStyle enumeration member that indicates the line style used to draw the grid. Default value is DashStyle.Solid..

Example

For an example, refer to AnnSnapToGridOptions.

Requirements

Target Platforms

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

Leadtools.Annotations Assembly