dotnetCHARTING Send comments on this topic.
ImagePath Property
See Also 
dotnetCHARTING Namespace > Background Class : ImagePath Property



Gets or sets the path of a fill image.

Syntax

Visual Basic (Declaration) 
Public Property ImagePath As String
Visual Basic (Usage)Copy Code
Dim instance As Background
Dim value As String
 
instance.ImagePath = value
 
value = instance.ImagePath
C# 
public string ImagePath {get; set;}
C++/CLI 
public:
property String^ ImagePath {
   String^ get();
   void set (String^ value);
}

Remarks

See Also