Share via


ChecklistListView.ChecklistItem.CheckImage Property

Get/Set the check image.

The default is a check mark.

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property CheckImage As ImageSource
public ImageSource CheckImage { get; set; }
public:
property ImageSource^ CheckImage {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
member CheckImage : ImageSource with get, set
function get CheckImage () : ImageSource 
function set CheckImage (value : ImageSource)

Property Value

Type: System.Windows.Media.ImageSource
Returns ImageSource.

.NET Framework Security

See Also

Reference

ChecklistListView.ChecklistItem Class

Microsoft.TeamFoundation.Controls.WPF Namespace