Interface ISelectorItem
- Namespace
- Myra.Graphics2D.UI
- Assembly
- Myra.dll
Represents an item that can be selected or deselected in a selector widget.
public interface ISelectorItem
Properties
IsSelected
Gets or sets a value indicating whether this item is selected.
bool IsSelected { get; set; }