Table of Contents

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

BindableProperty

DisablePageWhenOpenedProperty

public static readonly BindableProperty DisablePageWhenOpenedProperty

Field Value

BindableProperty

IsPresentedProperty

public static readonly BindableProperty IsPresentedProperty

Field Value

BindableProperty

Properties

AttachedPage

public UraniumContentPage AttachedPage { get; protected set; }

Property Value

UraniumContentPage

AttachmentPosition

public AttachmentPosition AttachmentPosition { get; }

Property Value

AttachmentPosition

Body

public View Body { get; set; }

Property Value

View

CloseOnTapOutside

public bool CloseOnTapOutside { get; set; }

Property Value

bool

DisablePageWhenOpened

public bool DisablePageWhenOpened { get; set; }

Property Value

bool

Header

public View Header { get; set; }

Property Value

View

IsPresented

public bool IsPresented { get; set; }

Property Value

bool

Methods

GenerateAnchor()

protected virtual View GenerateAnchor()

Returns

View

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()