ImageGear for .NET
Opacity Property (ImGearSpotChannelInfo)




Gets or sets opacity of the spot color.
Syntax
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As ImGearSpotChannelInfo
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 in range [0...100].
See Also

Reference

ImGearSpotChannelInfo Class
ImGearSpotChannelInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback