Class CalloutPopupSettings
Settings for configuring the callout popup and its showing animation.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class CalloutPopupSettings : Object
Constructors
CalloutPopupSettings()
Initializes a new instance of the Callout
Declaration
public CalloutPopupSettings()
Properties
AutoCenter
Gets or sets a value indicating whether the popup will be auto-centered to the placement target. This property applies when Placement is set to Top, Bottom, Left or Right.
Declaration
public bool AutoCenter { get; set; }
Property Value
System.
|
AutoClose
Gets or sets a value indicating whether the host popup of the callout will automatically close.
If true, the Mouse is captured in the callout with System.
Declaration
public bool AutoClose { get; set; }
Property Value
System.
|
CanPopupExceedScreen
Gets or sets a value indicating whether the popup will be shown in intended placement position even if it exceeds the monitor boundaries. Default value is false.
Declaration
public bool CanPopupExceedScreen { get; set; }
Property Value
System.
|
CloseAnimationDelay
Gets or sets the delay of Animation
Declaration
public double CloseAnimationDelay { get; set; }
Property Value
System.
|
CloseAnimationDuration
Gets or sets the duration of Animation
Declaration
public double CloseAnimationDuration { get; set; }
Property Value
System.
|
CloseAnimationEasing
Gets or sets the easing function of the Animation
Declaration
public IEasingFunction CloseAnimationEasing { get; set; }
Property Value
System.
|
CloseAnimationType
Gets or sets the type of Animation
Declaration
public CalloutAnimation CloseAnimationType { get; set; }
Property Value
CustomPopupPlacementCallback
Gets or sets a delegate handler method that positions the System.Windows.Controls.Primitives.Popup control. The System.Windows.Controls.Primitives.CustomPopupPlacementCallback delegate method that provides placement information for the System.Windows.Controls.Primitives.Popup control. The default is null.
Declaration
public CustomPopupPlacementCallback CustomPopupPlacementCallback { get; set; }
Property Value
System.
|
HorizontalOffset
Gets or sets the horizontal offset of the host popup.
When Auto
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
MoveWithPlacementTargetParentWindow
Gets or sets a value indicating whether the host popup will move along with the parent window of the placement target.
This property has effect only when Auto
Declaration
public bool MoveWithPlacementTargetParentWindow { get; set; }
Property Value
System.
|
Placement
Gets or sets the placement of the popup host.
Declaration
public PlacementMode Placement { get; set; }
Property Value
System.
|
PopupAnimation
Gets or sets the Popup animation that will be applied to the popup hosting the Rad
Declaration
protected virtual PopupAnimation PopupAnimation { get; set; }
Property Value
System.
|
ShowAnimationDelay
Gets or sets the delay of Animation
Declaration
public double ShowAnimationDelay { get; set; }
Property Value
System.
|
ShowAnimationDuration
Gets or sets the duration of Animation
Declaration
public double ShowAnimationDuration { get; set; }
Property Value
System.
|
ShowAnimationEasing
Gets or sets the easing function of the Animation
Declaration
public IEasingFunction ShowAnimationEasing { get; set; }
Property Value
System.
|
ShowAnimationType
Gets or sets the type of Animation
Declaration
public CalloutAnimation ShowAnimationType { get; set; }
Property Value
VerticalOffset
Gets or sets the vertical offset of the host popup.
When Auto
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|