ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls.Art Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotatorMarkControllerData Class / ResizeType Property




In This Topic
    ResizeType Property (ImGearAnnotatorMarkControllerData)
    In This Topic
    Gets or sets the type of resizing to perform for this point.
    Syntax
    'Declaration
     
    Public Property ResizeType As ImGearResizeType
    'Usage
     
    Dim instance As ImGearAnnotatorMarkControllerData
    Dim value As ImGearResizeType
     
    instance.ResizeType = value
     
    value = instance.ResizeType
    public ImGearResizeType ResizeType {get; set;}
    public: __property ImGearResizeType get_ResizeType();
    public: __property void set_ResizeType( 
       ImGearResizeType value
    );
    public:
    property ImGearResizeType ResizeType {
       ImGearResizeType get();
       void set (    ImGearResizeType value);
    }

    Property Value

    ResizeType value.
    See Also