←Select platform

Spacing Property

Summary
Gets or sets a value representing the distance between any two points in the free-hand drawing.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual int Spacing { get; set; } 
@property (nonatomic, assign) NSUInteger spacing; 
public int getSpacing() 
public void setSpacing(int spacing) 
public:  
   virtual property Int32 Spacing 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
Spacing # get and set (AnnFreehandDrawDesigner) 

Property Value

The distance, in pixels, between any two points in the free-hand drawing. The default value is 2.

Requirements

Target Platforms

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

Leadtools.Annotations.Designers Assembly

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