How to enable/disable HubTile rotation transition in runtime?
3 Sep 2020 / 1 minute to read
You can achieve it by setting HubTile TileType property as DefaultType, so that rotation transition will be disabled.
// Sets HubTile as Default Tile and Rotation will be disabled
this.RotateTile.TileType = HubTileType.DefaultTile;
'Sets HubTile as Default Tile and Rotation will be disabled
Me.RotateTile.TileType = HubTileType.DefaultTile
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page