ImageGear .NET - Updated October 26, 2017
Transparency Property




ImageGear23.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : Transparency Property
Gets or sets a value indicating whether the transparency is enabled.
Syntax
'Declaration
 
Public Property Transparency As Boolean
 
'Usage
 
Dim instance As ImGearVectorData
Dim value As Boolean
 
instance.Transparency = value
 
value = instance.Transparency

Property Value

If true - transparency is enabled, false - otherwise.
Remarks
If transparency is enabled, all non-transparent objects are drawn first. The default value is false.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members