ImageGear .NET - Updated
Settings Property (Annotator)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > Annotator Class : Settings Property
Gets or sets a reference to the settings for annotating user interface.
Syntax
'Declaration
 
Public Property Settings As AnnotatorSettings
'Usage
 
Dim instance As Annotator
Dim value As AnnotatorSettings
 
instance.Settings = value
 
value = instance.Settings
public AnnotatorSettings Settings {get; set;}
public: __property AnnotatorSettings* get_Settings();
public: __property void set_Settings( 
   AnnotatorSettings* value
);
public:
property AnnotatorSettings^ Settings {
   AnnotatorSettings^ get();
   void set (    AnnotatorSettings^ value);
}

Property Value

AnnotatorSettings class.
See Also

Reference

Annotator Class
Annotator Members