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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Controls the transparency percent of the diffuse and ambient material colors. ")>
<DefaultValueAttribute()>
Public Property TransparancyPercent As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartTextureFillStyle
Dim value As Single
 
instance.TransparancyPercent = value
 
value = instance.TransparancyPercent
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the transparency percent of the diffuse and ambient material colors. ")]
[DefaultValueAttribute()]
public float TransparancyPercent {get; set;}
Delphi 
public read-write property TransparancyPercent: Single; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Appearance")
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Controls the transparency percent of the diffuse and ambient material colors. ")
DefaultValueAttribute()
public function get,set TransparancyPercent : float
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the transparency percent of the diffuse and ambient material colors. ")]
[DefaultValueAttribute()]
public: __property float get_TransparancyPercent();
public: __property void set_TransparancyPercent( 
   float value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Controls the transparency percent of the diffuse and ambient material colors. ")]
[DefaultValueAttribute()]
public:
property float TransparancyPercent {
   float get();
   void set (    float 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.