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




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : Layer Property
Gets or sets the layer the entity belongs to.
Syntax
'Declaration
 
Public Property Layer As ImGearVectorLayer
'Usage
 
Dim instance As ImGearVectorEntity
Dim value As ImGearVectorLayer
 
instance.Layer = value
 
value = instance.Layer
public ImGearVectorLayer Layer {get; set;}
public: __property ImGearVectorLayer* get_Layer();
public: __property void set_Layer( 
   ImGearVectorLayer* value
);
public:
property ImGearVectorLayer^ Layer {
   ImGearVectorLayer^ get();
   void set (    ImGearVectorLayer^ value);
}

Property Value

New instance of ImGearVectorLayer class object.
Remarks
If there is no layer associated with the entity, the property is set to null.
See Also

Reference

ImGearVectorEntity Class
ImGearVectorEntity Members