←Select platform

Left Property

Summary

Gets or sets the left component of this AnnThickness instance.

Syntax
C#
VB
Objective-C
C++
Java
public double Left { get; set; } 
Public Property Left As Double 
@property (nonatomic) double left; 
public double getLeft() 
public void setLeft(double left) 
public:  
   property double Left 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The left component of this AnnThickness instance.

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