ImageGear .NET - Updated
Opacity Property (ImGearARTPolygon)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolygon Class : Opacity Property
Gets or sets the mark opacity.
Syntax
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As ImGearARTPolygon
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity
public int Opacity {get; set;}
public: __property int get_Opacity();
public: __property void set_Opacity( 
   int value
);
public:
property int Opacity {
   int get();
   void set (    int value);
}

Property Value

Integer value from 0 (transparent) to 255 (opaque).
Remarks
The default value is 255.
See Also

Reference

ImGearARTPolygon Class
ImGearARTPolygon Members