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






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Controls how the texture is positioned relative to the object. ")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Appearance")>
Public Property MapLayout As MapLayout
Visual Basic (Usage)Copy Code
Dim instance As ChartTextureMappingStyle
Dim value As MapLayout
 
instance.MapLayout = value
 
value = instance.MapLayout
C# 
[DescriptionAttribute("Controls how the texture is positioned relative to the object. ")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public MapLayout MapLayout {get; set;}
Delphi 
public read-write property MapLayout: MapLayout; 
JScript 
DescriptionAttribute("Controls how the texture is positioned relative to the object. ")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("Appearance")
public function get,set MapLayout : MapLayout
Managed Extensions for C++ 
[DescriptionAttribute("Controls how the texture is positioned relative to the object. ")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public: __property MapLayout get_MapLayout();
public: __property void set_MapLayout( 
   MapLayout value
);
C++/CLI 
[DescriptionAttribute("Controls how the texture is positioned relative to the object. ")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Appearance")]
public:
property MapLayout MapLayout {
   MapLayout get();
   void set (    MapLayout value);
}

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.