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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : Type Property
Gets a type of the entity.
Syntax
'Declaration
 
Public ReadOnly Property Type As ImGearVectEntities
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As ImGearVectEntities
 
value = instance.Type
public ImGearVectEntities Type {get;}
public: __property ImGearVectEntities get_Type();
public:
property ImGearVectEntities Type {
   ImGearVectEntities get();
}

Property Value

Any value of ImGearVectEntities enumeration.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members