Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1RadialGauge Class / _textMinRect Field

In This Topic
    _textMinRect Field (C1RadialGauge)
    In This Topic
    The rectangle of Min, Max, and Value.
    Syntax
    'Declaration
     
    Protected _textMinRect As Nullable(Of Rect)
    protected Nullable<Rect> _textMinRect
    See Also