ImageGear .NET v24.12 - Updated
Left Property (ImGearARTThickness)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTThickness Structure : Left Property
Gets or sets the width of the left side of the bounding rectangle.
Syntax
'Declaration
 
Public Property Left As Integer
'Usage
 
Dim instance As ImGearARTThickness
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
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);
}

Property Value

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

Reference

ImGearARTThickness Structure
ImGearARTThickness Members