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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("An additional scale in the Y dimension to be applied to the texture when mapped. ")>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property VerticalScale As Single
Visual Basic (Usage)Copy Code
Dim instance As ChartTextureMappingStyle
Dim value As Single
 
instance.VerticalScale = value
 
value = instance.VerticalScale
C# 
[DescriptionAttribute("An additional scale in the Y dimension to be applied to the texture when mapped. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public float VerticalScale {get; set;}
Delphi 
public read-write property VerticalScale: Single; 
JScript 
DescriptionAttribute("An additional scale in the Y dimension to be applied to the texture when mapped. ")
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Appearance")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set VerticalScale : float
Managed Extensions for C++ 
[DescriptionAttribute("An additional scale in the Y dimension to be applied to the texture when mapped. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property float get_VerticalScale();
public: __property void set_VerticalScale( 
   float value
);
C++/CLI 
[DescriptionAttribute("An additional scale in the Y dimension to be applied to the texture when mapped. ")]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property float VerticalScale {
   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.