Click or drag to resize

CommandSourceIsChecked Property

Gets or sets a value indicating whether this instance is checked. This can be bound to a checkable menu item or toggle button.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public bool IsChecked { get; set; }

Property Value

Type: Boolean
See Also