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

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