'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Inflates the backplane dimensions in pixels.")> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.GraphicsCore.SizeEditor, Xceed.Chart.GraphicsCore.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")> Public Property Inflate As SizeF
'Usage Dim instance As Backplane Dim value As SizeF instance.Inflate = value value = instance.Inflate
[Category("General")] [Description("Inflates the backplane dimensions in pixels.")] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.GraphicsCore.SizeEditor, Xceed.Chart.GraphicsCore.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")] public SizeF Inflate {get; set;}