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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("Blur")>
<ISNet.Serialization.BinarySerializableAttribute("setSize")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("The size of the horizontal and vertical blur matrices.")>
<DefaultValueAttribute()>
Public ReadOnly Property Size As ChartSizeValue
Visual Basic (Usage)Copy Code
Dim instance As ChartBlurImageFilterSettings
Dim value As ChartSizeValue
 
value = instance.Size
C# 
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Blur")]
[ISNet.Serialization.BinarySerializableAttribute("setSize")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("The size of the horizontal and vertical blur matrices.")]
[DefaultValueAttribute()]
public ChartSizeValue Size {get;}
Delphi 
public read-only property Size: ChartSizeValue; 
JScript 
NotifyParentPropertyAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("Blur")
ISNet.Serialization.BinarySerializableAttribute("setSize")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("The size of the horizontal and vertical blur matrices.")
DefaultValueAttribute()
public function get Size : ChartSizeValue
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Blur")]
[ISNet.Serialization.BinarySerializableAttribute("setSize")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("The size of the horizontal and vertical blur matrices.")]
[DefaultValueAttribute()]
public: __property ChartSizeValue* get_Size();
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Blur")]
[ISNet.Serialization.BinarySerializableAttribute("setSize")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("The size of the horizontal and vertical blur matrices.")]
[DefaultValueAttribute()]
public:
property ChartSizeValue^ Size {
   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.