Class BottomSheetView
- Namespace
- UraniumUI.Material.Attachments
- Assembly
- UraniumUI.Material.dll
[ContentProperty("Body")]
public class BottomSheetView : Border, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, IBorderView, IContentView, IPadding, ICrossPlatformLayout, IBorderStroke, IStroke, IPageAttachment, IView, IElement, ITransform
- Inheritance
-
BottomSheetView
- Implements
- Inherited Members
- Extension Methods
Fields
CloseOnTapOutsideProperty
public static readonly BindableProperty CloseOnTapOutsideProperty
Field Value
DisablePageWhenOpenedProperty
public static readonly BindableProperty DisablePageWhenOpenedProperty
Field Value
IsPresentedProperty
public static readonly BindableProperty IsPresentedProperty
Field Value
Properties
AttachedPage
public UraniumContentPage AttachedPage { get; protected set; }
Property Value
AttachmentPosition
public AttachmentPosition AttachmentPosition { get; }
Property Value
Body
public View Body { get; set; }
Property Value
CloseOnTapOutside
public bool CloseOnTapOutside { get; set; }
Property Value
DisablePageWhenOpened
public bool DisablePageWhenOpened { get; set; }
Property Value
Header
public View Header { get; set; }
Property Value
IsPresented
public bool IsPresented { get; set; }
Property Value
Methods
GenerateAnchor()
protected virtual View GenerateAnchor()
Returns
Init()
protected virtual void Init()
OnAttached(UraniumContentPage)
public void OnAttached(UraniumContentPage page)
Parameters
page
UraniumContentPage
OnClosed()
protected virtual void OnClosed()
OnOpened()
protected virtual void OnOpened()
UpdateDisabledStateOfPage()
protected void UpdateDisabledStateOfPage()