[]
        
(Showing Draft Content)

C1.WPF.C1RadialPanel.ArcRelativeRadiusProperty

ArcRelativeRadiusProperty Field

This attached property specifies the relative radius which should be used to count the ArcSegmentDefinition attached property for the specified element. The default value is 1.0.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public static readonly DependencyProperty ArcRelativeRadiusProperty
Returns
Type Description
DependencyProperty This attached property specifies the relative radius which should be used to count the ArcSegmentDefinition attached property for the specified element. The default value is 1.0.
Remarks

The actual arc radius will be counted as C1RadialPanel radius multiplied by ArcRelativeRadius property value. If this property is set on the parent ItemsControl, C1RadialPanel will honor it at counting ArcSegmentDefinition for individual items.