Interface IFavoritable
Represents objects that can be marked as favorite.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IFavoritable
Properties
| Edit this page View SourceIsFavorite
Gets or sets whether this object is marked as favorite.
Declaration
bool IsFavorite { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |