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


Gets or sets the color in a specified image that will be replaced by the color of the element it represents.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.