Class PopupPlacement
Inheritance
System.Object
PopupPlacement
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PopupPlacement : DependencyObject
Constructors
PopupPlacement()
Declaration
public PopupPlacement()
Fields
ClickedOutsidePopupEvent
HorizontalOffsetProperty
Declaration
public static readonly DependencyProperty HorizontalOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsOpenProperty
Declaration
public static readonly DependencyProperty IsOpenProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MousePositionProperty
Declaration
public static readonly DependencyProperty MousePositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OpenedEvent
PlacementProperty
Declaration
public static readonly DependencyProperty PlacementProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PlacementRectangleProperty
Declaration
public static readonly DependencyProperty PlacementRectangleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PlacementTargetProperty
Declaration
public static readonly DependencyProperty PlacementTargetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PopupPlacementProperty
Declaration
public static readonly DependencyProperty PopupPlacementProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
StaysOpenProperty
Declaration
public static readonly DependencyProperty StaysOpenProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
VerticalOffsetProperty
Declaration
public static readonly DependencyProperty VerticalOffsetProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AnimateFromBottom
Declaration
public bool AnimateFromBottom { get; }
Property Value
|
System.Boolean
|
AnimateFromRight
Declaration
public bool AnimateFromRight { get; }
Property Value
|
System.Boolean
|
CursorSize
Declaration
public static Size CursorSize { get; set; }
Property Value
|
Windows.Foundation.Size
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; set; }
Property Value
|
System.Double
|
IsOpen
Declaration
public bool IsOpen { get; set; }
Property Value
|
System.Boolean
|
MousePosition
Declaration
public Nullable<Point> MousePosition { get; set; }
Property Value
|
System.Nullable<Windows.Foundation.Point>
|
Placement
PlacementRectangle
Declaration
public Rect PlacementRectangle { get; set; }
Property Value
|
Windows.Foundation.Rect
|
PlacementTarget
Declaration
public FrameworkElement PlacementTarget { get; set; }
Property Value
|
Microsoft.UI.Xaml.FrameworkElement
|
Popup
Declaration
public Popup Popup { get; }
Property Value
|
Microsoft.UI.Xaml.Controls.Primitives.Popup
|
StaysOpen
Declaration
public bool StaysOpen { get; set; }
Property Value
|
System.Boolean
|
VerticalOffset
Declaration
public double VerticalOffset { get; set; }
Property Value
|
System.Double
|
Methods
add_ClickedOutsidePopup(RadRoutedEventHandler)
Declaration
public void add_ClickedOutsidePopup(RadRoutedEventHandler value)
Parameters
|
RadRoutedEventHandler
value
|
add_Opened(RadRoutedEventHandler)
Declaration
public void add_Opened(RadRoutedEventHandler value)
Parameters
|
RadRoutedEventHandler
value
|
GetPopupPlacement(DependencyObject)
Declaration
public static PopupPlacement GetPopupPlacement(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
PopupPlacement
|
remove_ClickedOutsidePopup(RadRoutedEventHandler)
Declaration
public void remove_ClickedOutsidePopup(RadRoutedEventHandler value)
Parameters
|
RadRoutedEventHandler
value
|
remove_Opened(RadRoutedEventHandler)
Declaration
public void remove_Opened(RadRoutedEventHandler value)
Parameters
|
RadRoutedEventHandler
value
|
RepositionDeferred()
Declaration
public void RepositionDeferred()
RepositionImmediate()
Declaration
public void RepositionImmediate()
SetPopupPlacement(DependencyObject, PopupPlacement)
Declaration
public static void SetPopupPlacement(DependencyObject obj, PopupPlacement value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
PopupPlacement
value
|