ImageGear .NET
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
public bool Transparency {get; set;}
public: __property bool get_Transparency();
public: __property void set_Transparency( 
   bool value
);
public:
property bool Transparency {
   bool get();
   void set (    bool value);
}

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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback