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;}
C++/CLI 
public:
property String^ IconPath {
   String^ get();
   void set (String^ value);
}

Remarks

Only the title box supports this feature.

See Also