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




In This Topic
    View Property (ImGearAnnotatorMarkControllerData)
    In This Topic
    Gets or sets the view.
    Syntax
    'Declaration
     
    Public Property View As IImGearScrollableView
    'Usage
     
    Dim instance As ImGearAnnotatorMarkControllerData
    Dim value As IImGearScrollableView
     
    instance.View = value
     
    value = instance.View
    public IImGearScrollableView View {get; set;}
    public: __property IImGearScrollableView* get_View();
    public: __property void set_View( 
       IImGearScrollableView* value
    );
    public:
    property IImGearScrollableView^ View {
       IImGearScrollableView^ get();
       void set (    IImGearScrollableView^ value);
    }

    Property Value

    IImGearScrollableView object.
    See Also