Class AlertDialog
public sealed class AlertDialog : DialogBase<bool>, IDialog<bool>, IDialog
- Inheritance
-
AlertDialog
- Implements
- Inherited Members
Constructors
AlertDialog(string)
public AlertDialog(string content)
Parameters
contentstring
Properties
DoOK
public ICommand DoOK { get; }
Property Value
FirstLine
public string FirstLine { get; }
Property Value
RemainingLines
public string RemainingLines { get; }