How to detect whether the HubTile is selection marked or not?

27 Sep 20181 minute to read

You can achieve it by using HubTileIsSelectionMarked property.

Property table

Property Description
IsSelectionMarked This property decides whether selection marked over HubTile or not.
/// Sets whether selection is marked over HubTile 

this.HubTile1.IsSelectionMarked = true;
Sets whether selection is marked over HubTile 

Me.HubTile1.IsSelectionMarked = true