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
InsertAfterToolbarIconsProperty
public static readonly BindableProperty InsertAfterToolbarIconsProperty
Field Value
IsPresentedProperty
public static readonly BindableProperty IsPresentedProperty
Field Value
TitleProperty
public static readonly BindableProperty TitleProperty
Field Value
toolbarItem
protected ToolbarItem toolbarItem
Field Value
Properties
AttachedPage
public UraniumContentPage AttachedPage { get; protected set; }
Property Value
AttachmentPosition
public AttachmentPosition AttachmentPosition { get; }
Property Value
IconImageSource
public ImageSource IconImageSource { get; set; }
Property Value
InsertAfterToolbarIcons
public bool InsertAfterToolbarIcons { get; set; }
Property Value
IsPresented
public bool IsPresented { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
OnAttached(UraniumContentPage)
public virtual void OnAttached(UraniumContentPage attachedPage)
Parameters
attachedPage
UraniumContentPage
SlideToState(bool)
protected virtual void SlideToState(bool isPresented)
Parameters
isPresented
bool