Class TaskbarItemInfo
Inheritance
System.Object
TaskbarItemInfo
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public sealed class TaskbarItemInfo : Freezable
Constructors
TaskbarItemInfo()
Declaration
Fields
DescriptionProperty
Description Dependency Property
Declaration
public static readonly DependencyProperty DescriptionProperty
Field Value
Type |
System.Windows.DependencyProperty |
OverlayProperty
Overlay Dependency Property
Declaration
public static readonly DependencyProperty OverlayProperty
Field Value
Type |
System.Windows.DependencyProperty |
ProgressStateProperty
ProgressState Dependency Property
Declaration
public static readonly DependencyProperty ProgressStateProperty
Field Value
Type |
System.Windows.DependencyProperty |
ProgressValueProperty
ProgressValue Dependency Property
Declaration
public static readonly DependencyProperty ProgressValueProperty
Field Value
Type |
System.Windows.DependencyProperty |
TaskbarItemInfoProperty
TaskbarItem Attached Dependency Property
Declaration
public static readonly DependencyProperty TaskbarItemInfoProperty
Field Value
Type |
System.Windows.DependencyProperty |
ThumbButtonInfos Dependency Property
Declaration
public static readonly DependencyProperty ThumbButtonInfosProperty
Field Value
Type |
System.Windows.DependencyProperty |
ThumbnailClipMarginProperty
ThumbnailClipMargin Dependency Property
Declaration
public static readonly DependencyProperty ThumbnailClipMarginProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Description
Gets or sets the Description property. This dependency property
indicates the tooltip to display on the thumbnail for this window.
Declaration
public string Description { get; set; }
Property Value
Overlay
Gets or sets the Overlay property. This dependency property
indicates the overlay that is used to indicate status for the associated Window.
Declaration
public ImageSource Overlay { get; set; }
Property Value
Type |
System.Windows.Media.ImageSource |
ProgressState
Gets or sets the ProgressState property. This dependency property
indicates the progress state of the Window on the superbar.
Declaration
public TaskbarItemProgressState ProgressState { get; set; }
Property Value
ProgressValue
Gets or sets the ProgressValue property. This dependency property
indicates the value of the progress bar for the Window's Superbar item.
Declaration
public double ProgressValue { get; set; }
Property Value
Gets or sets the ThumbButtonInfos property. This dependency property
indicates the collection of command buttons to be displayed in the Window's DWM thumbnail.
Declaration
public ThumbButtonInfoCollection ThumbButtonInfos { get; set; }
Property Value
ThumbnailClipMargin
Gets or sets the LiveThumbnailClipMargin property. This dependency property
indicates the border of the Window to clip when displayed in the taskbar thumbnail preview.
Declaration
public Thickness ThumbnailClipMargin { get; set; }
Property Value
Type |
System.Windows.Thickness |
Methods
CreateInstanceCore()
Declaration
protected override Freezable CreateInstanceCore()
Returns
Type |
System.Windows.Freezable |
GetTaskbarItemInfo(Window)
Declaration
public static TaskbarItemInfo GetTaskbarItemInfo(Window window)
Parameters
Type |
Name |
Description |
System.Windows.Window |
window |
|
Returns
SetTaskbarItemInfo(Window, TaskbarItemInfo)
Declaration
public static void SetTaskbarItemInfo(Window window, TaskbarItemInfo value)
Parameters