How to detect whether the HubTile is selection marked or not?
18 Nov 20181 minute to read
You can achieve it by using HubTile IsSelectionMarked property.
/// Sets whether selection is marked over HubTile
this.HubTile1.IsSelectionMarked = true;‘Sets whether selection is marked over HubTile
Me.HubTile1.IsSelectionMarked = true