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


Gets or sets the image path of this marker.

Syntax

Visual Basic (Declaration) 
Public Property ImagePath As String
Visual Basic (Usage)Copy Code
Dim instance As ElementMarker
Dim value As String
 
instance.ImagePath = value
 
value = instance.ImagePath
C# 
public string ImagePath {get; set;}

Example

See Also

© 2010 All Rights Reserved.