ImageGear .NET v24.12 - Updated
Selected Property (ImGearVectorEntity)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : Selected Property
Gets or sets a value indicating whether the entity is selected.
Syntax
'Declaration
 
Public Property Selected As Boolean
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected
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);
}

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