Added tag property to DarkListItem

This commit is contained in:
Robin 2015-12-04 18:16:24 +00:00
parent baaab81736
commit c9c8f0b5db

View File

@ -14,6 +14,8 @@ namespace DarkUI
public FontStyle FontStyle { get; set; }
public object Tag { get; set; }
#endregion
#region Constructor Region