ImageGear .NET - Updated October 2, 2018
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

Property Value

ImGearVectorEntity class.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members