How to Enable or Disable HubTile Rotation in TabbedMDI
18 Nov 20181 minute to read
You can achieve it by setting HubTileTileType property as DefaultType, so that rotation transition will be disabled.
Property table
| Property | Description |
|---|---|
| TileType | This property decides TileType of HubTile |
/// 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