TreeView for WinForms | ComponentOne
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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <DescriptionAttribute("Gets or sets how to trim characters that do not fit in the space available.")>
    <CategoryAttribute("Text")>
    Public Property Trimming As StringTrimming
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("Gets or sets how to trim characters that do not fit in the space available.")]
    [Category("Text")]
    public StringTrimming Trimming {get; set;}
    See Also