HypernovaDesktop Components · docs
Binarymission
WPF › Circular Panel

Circular Panel

.NET Framework 4.8.NET 6 / 8 / 10v2.0.0WPF

A highly customisable Circular Panel .NET Control for WPF

2public types
13public members
1namespaces

Assembly

AssemblyBinarymission.WPF.Controls.CircularPanel.dll
Root namespaceBinarymission.WPF.Controls.Panels
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.Panels;assembly=Binarymission.WPF.Controls.CircularPanel"&gt;

    <bm:CircularPanel />

</Window>

API reference

Binarymission.WPF.Controls.Panels

class CircularPanelA custom panel control class that provides a circular layout for its children items.
enum GapAngleCalculationStrategyThe supported calculation strategies for calculating the gap angle between items.