[]
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.
public static readonly DependencyProperty ArcRelativeRadiusProperty
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. |
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.