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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setCornerMargins")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DefaultValueAttribute()>
<CategoryAttribute("Dimensions")>
<DescriptionAttribute("The corner margins of the image frame.")>
Public ReadOnly Property CornerMargins As ChartMarginValue
Visual Basic (Usage)Copy Code
Dim instance As ChartImageFrameStyle
Dim value As ChartMarginValue
 
value = instance.CornerMargins
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setCornerMargins")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[CategoryAttribute("Dimensions")]
[DescriptionAttribute("The corner margins of the image frame.")]
public ChartMarginValue CornerMargins {get;}
Delphi 
public read-only property CornerMargins: ChartMarginValue; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setCornerMargins")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DefaultValueAttribute()
CategoryAttribute("Dimensions")
DescriptionAttribute("The corner margins of the image frame.")
public function get CornerMargins : ChartMarginValue
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setCornerMargins")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[CategoryAttribute("Dimensions")]
[DescriptionAttribute("The corner margins of the image frame.")]
public: __property ChartMarginValue* get_CornerMargins();
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setCornerMargins")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DefaultValueAttribute()]
[CategoryAttribute("Dimensions")]
[DescriptionAttribute("The corner margins of the image frame.")]
public:
property ChartMarginValue^ CornerMargins {
   ChartMarginValue^ get();
}

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.