AbstractServiceImageSource Property |
Gets or sets the image source.
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public ImageSource ImageSource { get; protected set; }
Public Property ImageSource As ImageSource
Get
Protected Set
public:
property ImageSource^ ImageSource {
ImageSource^ get ();
protected: void set (ImageSource^ value);
}
member ImageSource : ImageSource with get, set
Property Value
Type:
ImageSource
The image source.
See Also