ImageGear .NET - Updated
Content Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : Content Property
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

Reference

ImGearVectorView Class
ImGearVectorView Members