ImageViewerImage Property
Gets or sets the image to be displayed by the
ImageViewer.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[BindableAttribute(true)]
[DefaultValueAttribute(null)]
public Image? Image { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute(Nothing)>
Public Property Image As Image
Get
Set
public:
[BindableAttribute(true)]
[DefaultValueAttribute(nullptr)]
property Image^ Image {
Image^ get ();
void set (Image^ value);
}
[<BindableAttribute(true)>]
[<DefaultValueAttribute(null)>]
member Image : Image with get, set
Property Value
Image