ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckBox Class / Trimming Property

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