UpdateDisplayReadyToApplyImageSmall Property |
Gets or sets an image that customizes the update ready to apply 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 ReadyToApplyImageSmall { get; set; }
Public Property ReadyToApplyImageSmall As ImageSource
Get
Set
public:
property ImageSource^ ReadyToApplyImageSmall {
ImageSource^ get ();
void set (ImageSource^ value);
}
member ReadyToApplyImageSmall : ImageSource with get, set
Property Value
Type:
ImageSource
See Also