ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Style Class / Trimming Property

In This Topic
    Trimming Property (Style)
    In This Topic
    Gets or sets how to trim characters that do not fit in the space available.
    Syntax
    'Declaration
     
    Public Property Trimming As System.Drawing.StringTrimming
    public System.Drawing.StringTrimming Trimming {get; set;}
    See Also