ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecorator Class / Location Property

In This Topic
    Location Property (C1GaugeDecorator)
    In This Topic
    Logical value representing the starting point of the decorator, where 0 represents the center, and 1 represents the axis location.
    Syntax
    'Declaration
     
    Public Property Location As System.Double
    public System.double Location {get; set;}
    See Also