Table of Contents

Class BackdropView

Namespace
UraniumUI.Material.Attachments
Assembly
UraniumUI.Material.dll
public class BackdropView : ContentView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IPadding, ICrossPlatformLayout, IPageAttachment, IView, IElement, ITransform
Inheritance
BackdropView
Implements
Inherited Members
Extension Methods

Constructors

BackdropView()

public BackdropView()

Fields

IconImageSourceProperty

public static readonly BindableProperty IconImageSourceProperty

Field Value

BindableProperty

InsertAfterToolbarIconsProperty

public static readonly BindableProperty InsertAfterToolbarIconsProperty

Field Value

BindableProperty

IsPresentedProperty

public static readonly BindableProperty IsPresentedProperty

Field Value

BindableProperty

TitleProperty

public static readonly BindableProperty TitleProperty

Field Value

BindableProperty

toolbarItem

protected ToolbarItem toolbarItem

Field Value

ToolbarItem

Properties

AttachedPage

public UraniumContentPage AttachedPage { get; protected set; }

Property Value

UraniumContentPage

AttachmentPosition

public AttachmentPosition AttachmentPosition { get; }

Property Value

AttachmentPosition

IconImageSource

public ImageSource IconImageSource { get; set; }

Property Value

ImageSource

InsertAfterToolbarIcons

public bool InsertAfterToolbarIcons { get; set; }

Property Value

bool

IsPresented

public bool IsPresented { get; set; }

Property Value

bool

Title

public string Title { get; set; }

Property Value

string

Methods

OnAttached(UraniumContentPage)

public virtual void OnAttached(UraniumContentPage attachedPage)

Parameters

attachedPage UraniumContentPage

SlideToState(bool)

protected virtual void SlideToState(bool isPresented)

Parameters

isPresented bool