Interface ITagOptions
public interface ITagOptions
- Extension Methods
Properties
SplitChars
string SplitChars { get; set; }
Property Value
Tags
ObservableCollection<Tag> Tags { get; set; }
public interface ITagOptions
string SplitChars { get; set; }
ObservableCollection<Tag> Tags { get; set; }