ImageGear .NET
Opacity Property (ImGearARTCurve)




Gets or sets the opacity of the mark.
Syntax
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As ImGearARTCurve
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.
Remarks
The default value is 127.
See Also

Reference

ImGearARTCurve Class
ImGearARTCurve Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback