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;}

Remarks

See Also