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






Syntax

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