ImageGear .NET - Updated
Opacity Property (IImGearARTLine)




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

Property Value

Integer value.
See Also

Reference

IImGearARTLine Interface
IImGearARTLine Members