ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntity Class / Layer Property




In This Topic
    Layer Property (ImGearVectorEntity)
    In This Topic
    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