Class ScreenTip
Inheritance
System.Object
ScreenTip
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class ScreenTip : Object
Fields
DescriptionProperty
Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IconProperty
Declaration
public static readonly DependencyProperty IconProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TitleProperty
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Methods
GetDescription(DependencyObject)
Declaration
public static string GetDescription(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
System.String
|
GetIcon(DependencyObject)
Declaration
public static IconElement GetIcon(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
Microsoft.UI.Xaml.Controls.IconElement
|
GetTitle(DependencyObject)
Declaration
public static string GetTitle(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
System.String
|
SetDescription(DependencyObject, String)
Declaration
public static void SetDescription(DependencyObject obj, string value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
System.String
value
|
SetIcon(DependencyObject, IconElement)
Declaration
public static void SetIcon(DependencyObject obj, IconElement value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
Microsoft.UI.Xaml.Controls.IconElement
value
|
SetTitle(DependencyObject, String)
Declaration
public static void SetTitle(DependencyObject obj, string value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
System.String
value
|