Class
ScreenTipControl

A tooltip-like control suitable for ribbon elements. It should be set up with ScreenTip attached proeprties.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ScreenTipControl : ToolTip

Inheritance: objectScreenTipControl

Constructors

ScreenTipControl()

Initializes a new instance of the ScreenTipControl class.

Declaration

cs-api-definition
public ScreenTipControl()

Fields

DescriptionProperty

Identifies the Description property.

Declaration

cs-api-definition
public static readonly DependencyProperty DescriptionProperty

Field Value

DependencyProperty

IconProperty

Identifies the Icon property.

Declaration

cs-api-definition
public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

TitleProperty

Identifies the Title property.

Declaration

cs-api-definition
public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

Properties

Description

Gets or sets the description.

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

The description.

Icon

Gets or sets the icon.

Declaration

cs-api-definition
public IconElement Icon { get; set; }

Property Value

IconElement

The icon.

Title

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

The title.

Methods

OnApplyTemplate()

Builds the visual tree for the when a new template is applied.

Declaration

cs-api-definition
protected override void OnApplyTemplate()