←Select platform

GridStroke Property

Summary

Gets or sets the AnnStroke that will be used rendering the overlayed grid.

Syntax
C#
VB
C++
Java
public AnnStroke GridStroke { get; set; } 
Public Property GridStroke As AnnStroke 
public AnnStroke getGridStroke() 
public void setGridStroke(AnnStroke stroke) 
public:  
   property AnnStroke^ GridStroke 
   { 
      AnnStroke^ get() 
      void set(AnnStroke^ value) 
   } 

Property Value

The AnnStroke used to render the overlayed grid. The default value is a solid blue stroke with length of 1.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly