UpdateDisplayNoUpdateImageSmall Property |
Gets or sets an image that customizes the no update available state. When set, this image will replace the
default image.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic ImageSource NoUpdateImageSmall { get; set; }
Public Property NoUpdateImageSmall As ImageSource
Get
Set
public:
property ImageSource^ NoUpdateImageSmall {
ImageSource^ get ();
void set (ImageSource^ value);
}
member NoUpdateImageSmall : ImageSource with get, set
Property Value
Type:
ImageSource
See Also