ImageViewerImage Property

Gets or sets the image to be displayed by the ImageViewer.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[BindableAttribute(true)]
[DefaultValueAttribute(null)]
public Image? Image { get; set; }

Property Value

Image

See Also