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

In This Topic
    AngleProperty Field (C1RadialPanel)
    In This Topic
    This attached property specifies explicit angle which should be used to arrange element.
    Syntax
    'Declaration
     
    Public Shared ReadOnly AngleProperty As Windows.UI.Xaml.DependencyProperty
    public static readonly Windows.UI.Xaml.DependencyProperty AngleProperty
    Remarks
    The C1RadialPanel sets this property automatically on any children which are not derived from the C1RadialMenuItem.
    See Also