WPF › Circular Panel › GapAngleCalculationStrategy
GapAngleCalculationStrategy
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Panels
The supported calculation strategies for calculating the gap angle between items.
public enum GapAngleCalculationStrategy
Members at a glance
Custom | This option means that you will provide your own custom angle value that the control can use when rendering the panel's children. |
Dynamic | The control will use its internal strategy for automatically calculating the gap angle factor. |
Members
Custom
This option means that you will provide your own custom angle value that the control can use when rendering the panel's children.
Dynamic
The control will use its internal strategy for automatically calculating the gap angle factor.