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

In This Topic
    Trimming Property (C1GaugeCaption)
    In This Topic
    Indicates how text is trimmed when it exceeds the edges of the layout rectangle.
    Syntax
    'Declaration
     
    Public Property Trimming As System.Drawing.StringTrimming
    public System.Drawing.StringTrimming Trimming {get; set;}
    See Also