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

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