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 RadSplashScreenManager

This class provides API for displaying a splash screen to indicate that the application is loading.

Inheritance
System.Object
RadSplashScreenManager
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll

Syntax

public static class RadSplashScreenManager : Object

Properties

HideAnimation

Gets or sets a RadAnimation that will be shown when the splash screen window is closed.

The default value is FadeAnimation.

Declaration
public static RadAnimation HideAnimation { get; set; }
Property Value
RadAnimation

IsSplashScreenActive

Gets a value indicating whether or not there is a splash screen window opened.

Declaration
public static bool IsSplashScreenActive { get; }
Property Value
System.Boolean

ShowAnimation

Gets or sets a RadAnimation that will be shown when the splash screen window is opened.

The default value is FadeAnimation.

Declaration
public static RadAnimation ShowAnimation { get; set; }
Property Value
RadAnimation

SplashScreenDataContext

Gets or sets an object that will be set as the DataContext of the splash screen window.

Declaration
public static object SplashScreenDataContext { get; set; }
Property Value
System.Object

StartupPosition

Gets or sets a System.Windows.Point that allows for controlling the initial values of the Top and Left properties of the splash screen window. The X value of the Point will be set to the Left property of the window and the Y value of the point will be set to the Top property.

Declaration
public static Nullable<Point> StartupPosition { get; set; }
Property Value
System.Nullable<System.Windows.Point>

Methods

Close()

Closes the currently opened splash screen, if there is one.

Declaration
public static void Close()

Reset()

Resets the RadSplashScreenManager properties to their default values.

Declaration
public static void Reset()

Show()

Shows a splash screen window with a RadSplashScreen as its content.

Declaration
public static void Show()

Show<T>()

Shows a splash screen window with an instance of the passed type as its content.

Declaration
public static void Show<T>()
    where T : FrameworkElement, new()
Type Parameters
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.