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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Scales the shadow.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
Public Property Scale As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartShadowStyle
Dim value As Single
 
instance.Scale = value
 
value = instance.Scale
C# 
[DescriptionAttribute("Scales the shadow.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public float Scale {get; set;}
Delphi 
public read-write property Scale: Single; 
JScript 
DescriptionAttribute("Scales the shadow.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
public function get,set Scale : float
Managed Extensions for C++ 
[DescriptionAttribute("Scales the shadow.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public: __property float get_Scale();
public: __property void set_Scale( 
   float value
);
C++/CLI 
[DescriptionAttribute("Scales the shadow.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
public:
property float Scale {
   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.