 | ToastRequestToastLogoFilePath Property |
[This is preliminary documentation and is subject to change.]
Logo image file path of toast (optional)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic string ToastLogoFilePath { get; set; }Public Property ToastLogoFilePath As String
Get
Set
public:
property String^ ToastLogoFilePath {
String^ get ();
void set (String^ value);
}member ToastLogoFilePath : string with get, set
Property Value
Type:
String
Remarks
This file path must be in the following form:
"file:///" + full file path
See Also