ESRI.ArcGIS.ADF.Web.UI.WebControls
ChosenColor Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ColorPicker Class : ChosenColor Property




Gets or sets the chosen color.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDefaultValueAttribute()>
<ResDescriptionAttribute("The chosen color.")>
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
Public Property ChosenColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ColorPicker
Dim value As Color
 
instance.ChosenColor = value
 
value = instance.ChosenColor
C# 
[PersistenceModeAttribute()]
[ResDefaultValueAttribute()]
[ResDescriptionAttribute("The chosen color.")]
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
public Color ChosenColor {get; set;}

See Also

© 2010 All Rights Reserved.