public sealed class Dialog : Visual, IVisualElement, IModalVisual, Dialog.IBindings, Visual.IBindings
kind:method
kind:property
kind:ctor
Dialog()
Dialog(Func<Visual>)
Dialog(Binding<Visual?>)
Dialog(Visual, Visual)
Dialog(Visual)
ChildrenCount
Content
Height
IsModal
Left
Padding
Title
Top
Width
Dialog.IBindings.Content
Dialog.IBindings.Height
Dialog.IBindings.IsModal
Dialog.IBindings.Left
Dialog.IBindings.Padding
Dialog.IBindings.Title
Dialog.IBindings.Top
Dialog.IBindings.Width
ArrangeCore(in Rectangle)
BindContent(Binding<Visual?>)
BindHeight(Binding<Nullable<Int32>>)
BindIsModal(Binding<Boolean>)
BindLeft(Binding<Nullable<Int32>>)
BindPadding(Binding<Thickness>)
BindTitle(Binding<Visual?>)
BindTop(Binding<Nullable<Int32>>)
BindWidth(Binding<Nullable<Int32>>)
Close()
GetChild(Int32)
MeasureCore(in LayoutConstraints)
OnPointerMoved(PointerEventArgs)
OnPointerPressed(PointerEventArgs)
OnPointerReleased(PointerEventArgs)
PrepareArrangeBounds(in Rectangle)
RenderOverride(CellBuffer)
Show()
Content(Dialog, Func<Visual?>)
Content(Dialog, Binding<Visual?>)
Content(Dialog, Visual?)
Height(Dialog, Func<Nullable<Int32>>)
Height(Dialog, Nullable<Int32>)
Height(Dialog, Binding<Nullable<Int32>>)
IsModal(Dialog, Boolean)
IsModal(Dialog, Func<Boolean>)
IsModal(Dialog, Binding<Boolean>)
Left(Dialog, Func<Nullable<Int32>>)
Left(Dialog, Nullable<Int32>)
Left(Dialog, Binding<Nullable<Int32>>)
Padding(Dialog, Func<Thickness>)
Padding(Dialog, Binding<Thickness>)
Padding(Dialog, Thickness)
Title(Dialog, Func<Visual?>)
Title(Dialog, Binding<Visual?>)
Title(Dialog, Visual?)
Top(Dialog, Func<Nullable<Int32>>)
Top(Dialog, Nullable<Int32>)
Top(Dialog, Binding<Nullable<Int32>>)
Width(Dialog, Func<Nullable<Int32>>)
Width(Dialog, Nullable<Int32>)
Width(Dialog, Binding<Nullable<Int32>>)