ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / Radius Property

In This Topic
    Radius Property
    In This Topic
    Logical radius of the C1RadialGauge.
    Syntax
    'Declaration
     
    Public Property Radius As System.Double
    public System.double Radius {get; set;}
    Remarks
    1 represents half of the Min (Width, Height) of the control and 0 represents 0.
    See Also