Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeCaption Class / NoWrap Property

In This Topic
    NoWrap Property (C1GaugeCaption)
    In This Topic
    If set to True, text wrapping between lines when formatting within a rectangle is disabled.
    Syntax
    'Declaration
     
    Public Property NoWrap As System.Boolean
    public System.bool NoWrap {get; set;}
    See Also