Intersoft WebGrid Documentation
Alpha Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartImageFillStyle Class : Alpha Property






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The alpha value applied on the image. ")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
Public Property Alpha As Byte
Visual Basic (Usage)Copy Code
Dim instance As ChartImageFillStyle
Dim value As Byte
 
instance.Alpha = value
 
value = instance.Alpha
C# 
[DescriptionAttribute("The alpha value applied on the image. ")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
public byte Alpha {get; set;}
Delphi 
public read-write property Alpha: Byte; 
JScript 
DescriptionAttribute("The alpha value applied on the image. ")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Appearance")
NotifyParentPropertyAttribute()
public function get,set Alpha : byte
Managed Extensions for C++ 
[DescriptionAttribute("The alpha value applied on the image. ")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
public: __property byte get_Alpha();
public: __property void set_Alpha( 
   byte value
);
C++/CLI 
[DescriptionAttribute("The alpha value applied on the image. ")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
public:
property byte Alpha {
   byte get();
   void set (    byte value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.