Class
CalloutPopupSettings

Settings for configuring the callout popup and its showing animation.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class CalloutPopupSettings

Inheritance: objectCalloutPopupSettings

Constructors

CalloutPopupSettings()

Initializes a new instance of the CalloutPopupSettings class.

Declaration

cs-api-definition
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

cs-api-definition
public bool AutoCenter { get; set; }

Property Value

bool

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 . If false, user is responsible for closing the popup either manually or with Close(RadCallout) or CloseAll() methods.

Declaration

cs-api-definition
public bool AutoClose { get; set; }

Property Value

bool

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

cs-api-definition
public bool CanPopupExceedScreen { get; set; }

Property Value

bool

CloseAnimationDelay

Gets or sets the delay of AnimationManager close animation, in seconds.

Declaration

cs-api-definition
public double CloseAnimationDelay { get; set; }

Property Value

double

CloseAnimationDuration

Gets or sets the duration of AnimationManager close animation, in seconds.

Declaration

cs-api-definition
public double CloseAnimationDuration { get; set; }

Property Value

double

CloseAnimationEasing

Gets or sets the easing function of the AnimationManager close animation.

Declaration

cs-api-definition
public IEasingFunction CloseAnimationEasing { get; set; }

Property Value

IEasingFunction

CloseAnimationType

Gets or sets the type of AnimationManager close animation.

Declaration

cs-api-definition
public CalloutAnimation CloseAnimationType { get; set; }

Property Value

CalloutAnimation

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

cs-api-definition
public CustomPopupPlacementCallback CustomPopupPlacementCallback { get; set; }

Property Value

CustomPopupPlacementCallback

HorizontalOffset

Gets or sets the horizontal offset of the host popup. When AutoCenter is set to true, this value is added to the calculated 'auto-centered' horizontal offset of the popup.

Declaration

cs-api-definition
public double HorizontalOffset { get; set; }

Property Value

double

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 AutoClose is false.

Declaration

cs-api-definition
public bool MoveWithPlacementTargetParentWindow { get; set; }

Property Value

bool

Placement

Gets or sets the placement of the popup host.

Declaration

cs-api-definition
public PlacementMode Placement { get; set; }

Property Value

PlacementMode

PopupAnimation

Gets or sets the Popup animation that will be applied to the popup hosting the RadCallout This animation applies to the popup only and does not conflict with the AnimationManager animation, applied to the callout.

Declaration

cs-api-definition
protected virtual PopupAnimation PopupAnimation { get; set; }

Property Value

PopupAnimation

ShowAnimationDelay

Gets or sets the delay of AnimationManager show animation, in seconds.

Declaration

cs-api-definition
public double ShowAnimationDelay { get; set; }

Property Value

double

ShowAnimationDuration

Gets or sets the duration of AnimationManager show animation, in seconds.

Declaration

cs-api-definition
public double ShowAnimationDuration { get; set; }

Property Value

double

ShowAnimationEasing

Gets or sets the easing function of the AnimationManager show animation.

Declaration

cs-api-definition
public IEasingFunction ShowAnimationEasing { get; set; }

Property Value

IEasingFunction

ShowAnimationType

Gets or sets the type of AnimationManager show animation.

Declaration

cs-api-definition
public CalloutAnimation ShowAnimationType { get; set; }

Property Value

CalloutAnimation

VerticalOffset

Gets or sets the vertical offset of the host popup. When AutoCenter is set to true, this value is added to the calculated 'auto-centered' vertical offset of the popup.

Declaration

cs-api-definition
public double VerticalOffset { get; set; }

Property Value

double