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




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTThickness Structure : Right Property
Gets or sets the width of the right side of the bounding rectangle.
Syntax
'Declaration
 
Public Property Right As Integer
'Usage
 
Dim instance As ImGearARTThickness
Dim value As Integer
 
instance.Right = value
 
value = instance.Right
public int Right {get; set;}
public: __property int get_Right();
public: __property void set_Right( 
   int value
);
public:
property int Right {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
The default is 0.
See Also

Reference

ImGearARTThickness Structure
ImGearARTThickness Members