skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class CalloutPopupSettings

Settings for configuring the callout popup and its showing animation.

Inheritance
System.Object
CalloutPopupSettings
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll

Syntax

public class CalloutPopupSettings : Object

Constructors

CalloutPopupSettings()

Initializes a new instance of the CalloutPopupSettings class.

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.Boolean

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

Declaration
public bool AutoClose { get; set; }
Property Value
System.Boolean

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.Boolean

CloseAnimationDelay

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

Declaration
public double CloseAnimationDelay { get; set; }
Property Value
System.Double

CloseAnimationDuration

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

Declaration
public double CloseAnimationDuration { get; set; }
Property Value
System.Double

CloseAnimationEasing

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

Declaration
public IEasingFunction CloseAnimationEasing { get; set; }
Property Value
System.Windows.Media.Animation.IEasingFunction

CloseAnimationType

Gets or sets the type of AnimationManager close animation.

Declaration
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
public CustomPopupPlacementCallback CustomPopupPlacementCallback { get; set; }
Property Value
System.Windows.Controls.Primitives.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
public double HorizontalOffset { get; set; }
Property Value
System.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
public bool MoveWithPlacementTargetParentWindow { get; set; }
Property Value
System.Boolean

Placement

Gets or sets the placement of the popup host.

Declaration
public PlacementMode Placement { get; set; }
Property Value
System.Windows.Controls.Primitives.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
protected virtual PopupAnimation PopupAnimation { get; set; }
Property Value
System.Windows.Controls.Primitives.PopupAnimation

ShowAnimationDelay

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

Declaration
public double ShowAnimationDelay { get; set; }
Property Value
System.Double

ShowAnimationDuration

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

Declaration
public double ShowAnimationDuration { get; set; }
Property Value
System.Double

ShowAnimationEasing

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

Declaration
public IEasingFunction ShowAnimationEasing { get; set; }
Property Value
System.Windows.Media.Animation.IEasingFunction

ShowAnimationType

Gets or sets the type of AnimationManager show animation.

Declaration
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
public double VerticalOffset { get; set; }
Property Value
System.Double

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.