ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialPanel Class / SetExplicitAngles Property

In This Topic
    SetExplicitAngles Property
    In This Topic
    Gets or sets the System.Boolean value determining whether the panel should set Angle attached property on children elements. The default value is False.
    Syntax
    'Declaration
     
    Public Property SetExplicitAngles As System.Boolean
    public System.bool SetExplicitAngles {get; set;}
    See Also