Intersoft WebGrid Documentation
ImageFillStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartFillStyle Class : ImageFillStyle Property






Gets the object that controls the image fill effect when ChartFillType is set to ImageFill.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Controls the image fill effect when ChartFillType is set to ImageFill.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute("setImageFillStyle")>
Public ReadOnly Property ImageFillStyle As ChartImageFillStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartFillStyle
Dim value As ChartImageFillStyle
 
value = instance.ImageFillStyle
C# 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Controls the image fill effect when ChartFillType is set to ImageFill.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setImageFillStyle")]
public ChartImageFillStyle ImageFillStyle {get;}
Delphi 
public read-only property ImageFillStyle: ChartImageFillStyle; 
JScript 
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
CategoryAttribute("Appearance")
DescriptionAttribute("Controls the image fill effect when ChartFillType is set to ImageFill.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute("setImageFillStyle")
public function get ImageFillStyle : ChartImageFillStyle
Managed Extensions for C++ 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Controls the image fill effect when ChartFillType is set to ImageFill.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setImageFillStyle")]
public: __property ChartImageFillStyle* get_ImageFillStyle();
C++/CLI 
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("Controls the image fill effect when ChartFillType is set to ImageFill.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute("setImageFillStyle")]
public:
property ChartImageFillStyle^ ImageFillStyle {
   ChartImageFillStyle^ 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.