ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationTemplates Class / Point Property




In This Topic
    Point Property (ImGearAnnotationTemplates)
    In This Topic
    Gets or sets a Point mark to be used as a template when creating Point marks using the mouse.
    Syntax
    'Declaration
     
    Public Property Point As ImGearARTPoint
    'Usage
     
    Dim instance As ImGearAnnotationTemplates
    Dim value As ImGearARTPoint
     
    instance.Point = value
     
    value = instance.Point
    public ImGearARTPoint Point {get; set;}
    public: __property ImGearARTPoint* get_Point();
    public: __property void set_Point( 
       ImGearARTPoint* value
    );
    public:
    property ImGearARTPoint^ Point {
       ImGearARTPoint^ get();
       void set (    ImGearARTPoint^ value);
    }

    Property Value

    ImGearARTPoint value.
    See Also