←Select platform

GridStroke Property

Summary
Gets or sets the AnnStroke that will be used rendering the overlayed grid.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnStroke GridStroke { get; set; } 
@property (nonatomic, strong, nullable) LTAnnStroke *gridStroke; 
public AnnStroke getGridStroke() 
public void setGridStroke(AnnStroke stroke) 
public:  
   property AnnStroke^ GridStroke 
   { 
      AnnStroke^ get() 
      void set(AnnStroke^ value) 
   } 
GridStroke # get and set (AnnSnapToGridOptions) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.