Value Property (InputColor)
In This Topic
Gets or sets the current color.
Syntax
'Declaration
Public Property Value As System.String
'Usage
Dim instance As InputColor
Dim value As System.String
instance.Value = value
value = instance.Value
public System.string Value {get; set;}
public read-write property Value: System.String;
public function get,set Value : System.String
public: __property System.string* get_Value();
public: __property void set_Value(
System.string* value
);
public:
property System.String^ Value {
System.String^ get();
void set ( System.String^ value);
}
See Also