dotnetCHARTING Send comments on this topic.
IconPath Property
See Also 
dotnetCHARTING Namespace > Box Class : IconPath Property


Gets or sets the icon path of this title box.

Syntax

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

Remarks

Only the title box supports this feature.

See Also

© 2010 All Rights Reserved.