Intersoft WebGrid Documentation
FillStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ChartScaleStripStyle Class : FillStyle Property






Gets the object that controls the fill style of the interlaced style. 

Syntax

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