←Select platform

GridStroke Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public AnnStroke GridStroke { get; set; } 
Public Property GridStroke As Leadtools.Annotations.Core.AnnStroke 
public Leadtools.Annotations.Core.AnnStroke GridStroke {get; set;} 
public AnnStroke getGridStroke() 
public void setGridStroke(AnnStroke stroke) 
             
  
get_GridStroke(); 
set_GridStroke(value); 
Object.defineProperty('GridStroke');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly