IconCheckBoxImageSource Property |
Gets or Sets the ImageSource of the Icon
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public ImageSource ImageSource { get; set; }
Public Property ImageSource As ImageSource
Get
Set
public:
property ImageSource^ ImageSource {
ImageSource^ get ();
void set (ImageSource^ value);
}
Property Value
Type:
ImageSourceSee Also