DynamicImageColor Property
Gets or sets the color in a specified image that will be replaced by the color of the element it represents.
Syntax
'Declaration Public Property DynamicImageColor As Color
'Usage Dim instance As ElementMarker Dim value As Color instance.DynamicImageColor = value value = instance.DynamicImageColor
public Color DynamicImageColor {get; set;}
Example
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also