ImageGear .NET - Updated
Y Property (ImGearARTEllipse)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTEllipse Class : Y Property
Gets or sets the Y coordinate of the left-top point of the mark.
Syntax
'Declaration
 
Public Property Y As Integer
'Usage
 
Dim instance As ImGearARTEllipse
Dim value As Integer
 
instance.Y = value
 
value = instance.Y
public int Y {get; set;}
public: __property int get_Y();
public: __property void set_Y( 
   int value
);
public:
property int Y {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTEllipse Class
ImGearARTEllipse Members