Method | Description | |
---|---|---|
Init ( |
||
Show ( string message, string title, |
||
Show ( string message, string title, bool autoHide = false, double width = 300, double height = 180, double timeToLive = 5 ) : void |
Method | Description | |
---|---|---|
view_OnClosing ( object sender, |
public static Init ( |
||
control | ||
horizontalAlignment | HorizontalAlignment | |
return | void |
public static Show ( string message, string title, |
||
message | string | |
title | string | |
foregroundTextBrush | ||
countdownBackgroundBrush | ||
timeToLive | double | |
autoHide | bool | |
width | double | |
height | double | |
metroIcon | string | |
imageIcon | string | |
scaleIcon | double | |
return | void |
public static Show ( string message, string title, bool autoHide = false, double width = 300, double height = 180, double timeToLive = 5 ) : void | ||
message | string | |
title | string | |
autoHide | bool | |
width | double | |
height | double | |
timeToLive | double | |
return | void |