ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialPanel Class / ArcRelativeRadiusProperty Field

In This Topic
    ArcRelativeRadiusProperty Field
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ArcRelativeRadiusProperty As Windows.UI.Xaml.DependencyProperty
    public static readonly Windows.UI.Xaml.DependencyProperty ArcRelativeRadiusProperty
    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.
    See Also