ImageGear .NET
Widgets Property




Gets the widgets of a field.
Syntax
'Declaration
 
Public ReadOnly Property Widgets As Collection(Of WidgetAnnotation)
'Usage
 
Dim instance As Field
Dim value As Collection(Of WidgetAnnotation)
 
value = instance.Widgets
public Collection<WidgetAnnotation> Widgets {get;}
public: __property Collection<WidgetAnnotation*>* get_Widgets();
public:
property Collection<WidgetAnnotation^>^ Widgets {
   Collection<WidgetAnnotation^>^ get();
}

Property Value

The widgets of the field, which are the visual representation.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when a null widget list is attempted to be set.
See Also

Reference

Field Class
Field Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback