UpdateDisplayIsNoUpdateImageLargePresent Property |
Gets a value indicating whether a custom large image has been specified to be shown when no update
has been found.
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 bool IsNoUpdateImageLargePresent { get; }
Public ReadOnly Property IsNoUpdateImageLargePresent As Boolean
Get
public:
property bool IsNoUpdateImageLargePresent {
bool get ();
}
member IsNoUpdateImageLargePresent : bool with get
Property Value
Type:
Boolean
See Also