ImageGear .NET
Selected Property (ImGearVectorEntity)




Gets or sets a value indicating whether the entity is selected.
Syntax
public bool Selected {get; set;}
public: __property bool get_Selected();
public: __property void set_Selected( 
   bool value
);
public:
property bool Selected {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property Selected As Boolean
 
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected

Property Value

Boolean value.
Remarks
Selected entity is displayed in the color that is set as selection color for the vector data object.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback