Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeLabels Class / IsRotated Property

In This Topic
    IsRotated Property (C1GaugeLabels)
    In This Topic
    Gets or sets if the labels should be rotated depending on their values (for radial Gauges only).
    Syntax
    'Declaration
     
    Public Property IsRotated As System.Boolean
    public System.bool IsRotated {get; set;}
    See Also