Class PopupBase
Inheritance
System.Object
PopupBase
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class PopupBase : BindableObject
Constructors
PopupBase()
Declaration
public PopupBase()
Fields
AnimationDurationProperty
Declaration
public static readonly BindableProperty AnimationDurationProperty
Field Value
Microsoft.
|
AnimationEasingProperty
Declaration
public static readonly BindableProperty AnimationEasingProperty
Field Value
Microsoft.
|
AnimationTypeProperty
Declaration
public static readonly BindableProperty AnimationTypeProperty
Field Value
Microsoft.
|
ContentProperty
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Microsoft.
|
ContentTemplateProperty
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
Microsoft.
|
HorizontalOffsetProperty
Declaration
public static readonly BindableProperty HorizontalOffsetProperty
Field Value
Microsoft.
|
IsModalProperty
Declaration
public static readonly BindableProperty IsModalProperty
Field Value
Microsoft.
|
IsOpenProperty
Declaration
public static readonly BindableProperty IsOpenProperty
Field Value
Microsoft.
|
OutsideBackgroundColorProperty
Declaration
public static readonly BindableProperty OutsideBackgroundColorProperty
Field Value
Microsoft.
|
PlacementProperty
Declaration
public static readonly BindableProperty PlacementProperty
Field Value
Microsoft.
|
PlacementTargetProperty
Declaration
public static readonly BindableProperty PlacementTargetProperty
Field Value
Microsoft.
|
VerticalOffsetProperty
Declaration
public static readonly BindableProperty VerticalOffsetProperty
Field Value
Microsoft.
|
Properties
AnimationDuration
Declaration
public int AnimationDuration { get; set; }
Property Value
System.
|
AnimationEasing
Declaration
public Easing AnimationEasing { get; set; }
Property Value
Microsoft.
|
AnimationType
Content
Declaration
public View Content { get; set; }
Property Value
Microsoft.
|
ContentTemplate
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
Microsoft.
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
IsModal
Declaration
public bool IsModal { get; set; }
Property Value
System.
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
System.
|
OutsideBackgroundColor
Declaration
public Color OutsideBackgroundColor { get; set; }
Property Value
Microsoft.
|
Placement
PlacementTarget
Declaration
public VisualElement PlacementTarget { get; set; }
Property Value
Microsoft.
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|