How to Detect if HubTile is Selection Marked

18 Nov 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