Class DownLoadWindow
DownLoadWindow.xaml 的交互逻辑
public class DownLoadWindow : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
- Inheritance
-
DownLoadWindow
- Implements
- Inherited Members
- Extension Methods
Constructors
DownLoadWindow()
public DownLoadWindow()
Fields
LogProperty
public static readonly DependencyProperty LogProperty
Field Value
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
TitleMessageProperty
public static readonly DependencyProperty TitleMessageProperty
Field Value
UrlProperty
public static readonly DependencyProperty UrlProperty
Field Value
Properties
Log
public string Log { get; set; }
Property Value
Message
public List<string> Message { get; set; }
Property Value
TitleMessage
public string TitleMessage { get; set; }
Property Value
Url
public string Url { get; set; }
Property Value
Methods
FormatBytes(long)
public static string FormatBytes(long bytes)
Parameters
bytes
long