ImageGear .NET v24.12 - Updated
PointId Property (ImGearARTFormsMarkControllerData)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsMarkControllerData Class : PointId Property
Gets or sets the ID of the point in the mark that the cursor is over.
Syntax
'Declaration
 
Public Property PointId As Integer
'Usage
 
Dim instance As ImGearARTFormsMarkControllerData
Dim value As Integer
 
instance.PointId = value
 
value = instance.PointId
public int PointId {get; set;}
public: __property int get_PointId();
public: __property void set_PointId( 
   int value
);
public:
property int PointId {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearARTFormsMarkControllerData Class
ImGearARTFormsMarkControllerData Members