Class DialogPopup<T>
带有标题、关闭按钮的弹出对话框的基础类
Implements
Extension Methods
Namespace: Fleet.Mobile.Containers.Popup
Assembly: FleetMobile.dll
Syntax
public class DialogPopup<T> : Popup<T>, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Type Parameters
|
T
对话框返回结果类型 |
Constructors
DialogPopup()
Declaration
public DialogPopup()
Fields
IsClosableProperty
Properties
ContentVerticalOptions
获取对话框垂直对齐方式,默认为底部对齐
Declaration
protected override LayoutOptions ContentVerticalOptions { get; }
Property Value
| LayoutOptions |
Overrides
CornerRadius
获取圆角弧度,默认为 16
Declaration
protected override CornerRadius CornerRadius { get; }
Property Value
| CornerRadius |