ImageGear .NET - Updated
EndPoint Property (ImGearARTArrow)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTArrow Class : EndPoint Property
Gets or sets the end point of the arrow.
Syntax
'Declaration
 
Public Property EndPoint As ImGearPoint
'Usage
 
Dim instance As ImGearARTArrow
Dim value As ImGearPoint
 
instance.EndPoint = value
 
value = instance.EndPoint
public ImGearPoint EndPoint {get; set;}
public: __property ImGearPoint get_EndPoint();
public: __property void set_EndPoint( 
   ImGearPoint value
);
public:
property ImGearPoint EndPoint {
   ImGearPoint get();
   void set (    ImGearPoint value);
}

Property Value

ImageGear.Core.ImGearPoint structure object.
See Also

Reference

ImGearARTArrow Class
ImGearARTArrow Members
ImGearPoint Structure