Table of Contents
ColorFieldMarkerImageUrl Property

Gets or sets the URL of the image used to indicate the current selected color on the color field.

Syntax
 public String ColorFieldMarkerImageUrl { get; set; }
Remarks

EO.Web color displays a "color field". A marker is placed on the color field to identify the current color. Use can also drag this marker across the color field to choose a new color. The default marker is a small circle. Use this property to specify a custom marker.

See Also