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






Gets the object that controls the material style of the fill style effect.

Syntax

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