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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The shininess of the fill style. ")>
Public Property Shininess As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartMaterialStyle
Dim value As Single
 
instance.Shininess = value
 
value = instance.Shininess
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The shininess of the fill style. ")]
public float Shininess {get; set;}
Delphi 
public read-write property Shininess: Single; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Appearance")
DescriptionAttribute("The shininess of the fill style. ")
public function get,set Shininess : float
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The shininess of the fill style. ")]
public: __property float get_Shininess();
public: __property void set_Shininess( 
   float value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The shininess of the fill style. ")]
public:
property float Shininess {
   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.