←Select platform

Left Property

Summary

Gets or sets the left component of this AnnThickness instance.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double Left { get; set; } 
Public Property Left As Double 
public double Left {get; set;} 
@property (nonatomic) double left; 
             
public double getLeft() 
public void setLeft(double left) 
             
  
get_Left(); 
set_Left(value); 
Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly