WPF › Bubble Control
Bubble Control
.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WPF
A highly customisable Bubble .NET Control for WPF
1public types
13public members
1namespaces
Assembly
| Assembly | Binarymission.WPF.Controls.BubbleControl.dll |
| Root namespace | Binarymission.WPF.Controls.CommandVisuals |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
<Window x:Class="MyApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:bm="clr-namespace:Binarymission.WPF.Controls.CommandVisuals;assembly=Binarymission.WPF.Controls.BubbleControl">
<bm:BubbleControl />
</Window>
API reference
Binarymission.WPF.Controls.CommandVisuals
class BubbleControl | A WPF custom control that can be used to provide an exotic visual action response indicator/cue for any user action on the application user-interface, just like what we see in other popular mobile OSs like Android, etc. |