How can I help you?
Freezing in Windows Forms Hub Tile
28 Apr 20211 minute to read
The Notification and animation of a HubTile can be frozen by enabling the IsFrozen property.
this.HubTile1.IsFrozen = true;Me.HubTile1.IsFrozen = True28 Apr 20211 minute to read
The Notification and animation of a HubTile can be frozen by enabling the IsFrozen property.
this.HubTile1.IsFrozen = true;Me.HubTile1.IsFrozen = True