WPF › Smart Info Panel
Smart Info Panel
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WPF
A highly customisable Modern Panel .NET Control for WPF
3public types
37public members
1namespaces
Assembly
| Assembly | Binarymission.WPF.Controls.SmartInfoPanel.dll |
| Root namespace | Binarymission.WPF.Controls.Containers |
| 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.Containers;assembly=Binarymission.WPF.Controls.SmartInfoPanel">
<bm:SmartInfoPanel />
</Window>
API reference
Binarymission.WPF.Controls.Containers
class SmartInfoPanel | A custom ContentControl class that provides a stylish way to present "flip" capable "double-sided" content. |
enum FlipType | Lists the supported Flip styles. |
class SolidColorBrushToColorConverter | A helper / converter class that helps in getting the Color value for a given SolidColorBrush instance. |