ImageGear .NET
Left Property (ImGearARTThickness)




Gets or sets the width of the left side of the bounding rectangle.
Syntax
public int Left {get; set;}
public: __property int get_Left();
public: __property void set_Left( 
   int value
);
public:
property int Left {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property Left As Integer
 
'Usage
 
Dim instance As ImGearARTThickness
Dim value As Integer
 
instance.Left = value
 
value = instance.Left

Property Value

Integer value.
Remarks
The default value is 0.
See Also

Reference

ImGearARTThickness Structure
ImGearARTThickness Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback