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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.