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
| Assembly | Binarymission.WPF.Controls.CircularPanel.dll |
| Root namespace | Binarymission.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">
<bm:CircularPanel />
</Window>
API reference
Binarymission.WPF.Controls.Panels
class CircularPanel | A custom panel control class that provides a circular layout for its children items. |
enum GapAngleCalculationStrategy | The supported calculation strategies for calculating the gap angle between items. |