Class ScreenTipControl
Inheritance
System.Object
ScreenTipControl
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ScreenTipControl : ToolTip
Constructors
ScreenTipControl()
Declaration
public ScreenTipControl()
Fields
DescriptionProperty
Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
Microsoft.
|
IconProperty
Declaration
public static readonly DependencyProperty IconProperty
Field Value
Microsoft.
|
TitleProperty
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
Microsoft.
|
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
Icon
Declaration
public IconElement Icon { get; set; }
Property Value
Microsoft.
|
Title
Declaration
public string Title { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()