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

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

    <bm:SmartInfoPanel />

</Window>

API reference

Binarymission.WPF.Controls.Containers

class SmartInfoPanelA custom ContentControl class that provides a stylish way to present "flip" capable "double-sided" content.
enum FlipTypeLists the supported Flip styles.
class SolidColorBrushToColorConverterA helper / converter class that helps in getting the Color value for a given SolidColorBrush instance.