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






Gets the object that controls the patterned (hatch) fill effect when ChartFillType is set to HatchFill.

Syntax

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