ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / Content Property




In This Topic
    Content Property
    In This Topic
    Gets or sets a view content. The content is usually a block, but can be any entity.
    Syntax
    'Declaration
     
    Public Property Content As ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorView
    Dim value As ImGearVectorEntity
     
    instance.Content = value
     
    value = instance.Content
    public ImGearVectorEntity Content {get; set;}
    public: __property ImGearVectorEntity* get_Content();
    public: __property void set_Content( 
       ImGearVectorEntity* value
    );
    public:
    property ImGearVectorEntity^ Content {
       ImGearVectorEntity^ get();
       void set (    ImGearVectorEntity^ value);
    }

    Property Value

    ImGearVectorEntity class.
    See Also