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






Gets the object that controls the inflates dimension for the backplane's width and height in pixel.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("General")>
<DefaultValueAttribute()>
<DescriptionAttribute("Inflates the backplane dimensions in pixels.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setInflate")>
Public ReadOnly Property Inflate As ChartSizeValue
Visual Basic (Usage)Copy Code
Dim instance As ChartBackplaneStyle
Dim value As ChartSizeValue
 
value = instance.Inflate
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Inflates the backplane dimensions in pixels.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setInflate")]
public ChartSizeValue Inflate {get;}
Delphi 
public read-only property Inflate: ChartSizeValue; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("General")
DefaultValueAttribute()
DescriptionAttribute("Inflates the backplane dimensions in pixels.")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setInflate")
public function get Inflate : ChartSizeValue
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Inflates the backplane dimensions in pixels.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setInflate")]
public: __property ChartSizeValue* get_Inflate();
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("General")]
[DefaultValueAttribute()]
[DescriptionAttribute("Inflates the backplane dimensions in pixels.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setInflate")]
public:
property ChartSizeValue^ Inflate {
   ChartSizeValue^ 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.