ComponentOne List for WinForms
C1.Win.C1List Namespace / Style Class / Trimming Property

In This Topic
    Trimming Property (Style)
    In This Topic
    Gets or sets the trim characters for a string that does not completely fit into a layout shape.
    Syntax
    'Declaration
     
    
    Public Property Trimming As StringTrimming
    public StringTrimming Trimming {get; set;}
    See Also