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






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<CategoryAttribute("Appearance")>
<ISNet.Serialization.BinarySerializableAttribute("setTextureMappingStyle")>
<DescriptionAttribute("Controls how texture based fillings are mapped on the object.")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public ReadOnly Property TextureMappingStyle As ChartTextureMappingStyle
Visual Basic (Usage)Copy Code
Dim instance As ChartTextureFillStyle
Dim value As ChartTextureMappingStyle
 
value = instance.TextureMappingStyle
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute("setTextureMappingStyle")]
[DescriptionAttribute("Controls how texture based fillings are mapped on the object.")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public ChartTextureMappingStyle TextureMappingStyle {get;}
Delphi 
public read-only property TextureMappingStyle: ChartTextureMappingStyle; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
CategoryAttribute("Appearance")
ISNet.Serialization.BinarySerializableAttribute("setTextureMappingStyle")
DescriptionAttribute("Controls how texture based fillings are mapped on the object.")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
public function get TextureMappingStyle : ChartTextureMappingStyle
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute("setTextureMappingStyle")]
[DescriptionAttribute("Controls how texture based fillings are mapped on the object.")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public: __property ChartTextureMappingStyle* get_TextureMappingStyle();
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute("setTextureMappingStyle")]
[DescriptionAttribute("Controls how texture based fillings are mapped on the object.")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public:
property ChartTextureMappingStyle^ TextureMappingStyle {
   ChartTextureMappingStyle^ 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.