HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WPF.Controls.BubbleControl.dll
Root namespaceBinarymission.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"&gt;

    <bm:BubbleControl />

</Window>

API reference

Binarymission.WPF.Controls.CommandVisuals

class BubbleControlA 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.