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






Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The full path to an image file used to create a texture.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<NotifyParentPropertyAttribute(True)>
<UrlPropertyAttribute()>
Public Property ImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As ChartImageFillStyle
Dim value As String
 
instance.ImageUrl = value
 
value = instance.ImageUrl
C# 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The full path to an image file used to create a texture.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[NotifyParentPropertyAttribute(true)]
[UrlPropertyAttribute()]
public string ImageUrl {get; set;}
Delphi 
public read-write property ImageUrl: String; 
JScript 
CategoryAttribute("Appearance")
DescriptionAttribute("The full path to an image file used to create a texture.")
ISNet.Serialization.BinarySerializableAttribute()
EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
NotifyParentPropertyAttribute()
UrlPropertyAttribute()
public function get,set ImageUrl : String
Managed Extensions for C++ 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The full path to an image file used to create a texture.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[NotifyParentPropertyAttribute(true)]
[UrlPropertyAttribute()]
public: __property string* get_ImageUrl();
public: __property void set_ImageUrl( 
   string* value
);
C++/CLI 
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The full path to an image file used to create a texture.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="System.Web.UI.Design.ImageUrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[NotifyParentPropertyAttribute(true)]
[UrlPropertyAttribute()]
public:
property String^ ImageUrl {
   String^ get();
   void set (    String^ 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.