ImageGear .NET v24.12 - Updated
View Property (ImGearAnnotatorMarkControllerData)




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkControllerData Class : View Property
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

Reference

ImGearAnnotatorMarkControllerData Class
ImGearAnnotatorMarkControllerData Members