TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Clip Property

In This Topic
    Clip Property (Style)
    In This Topic
    Gets or sets whether text content should be clipped to the element area.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <CategoryAttribute("Text")>
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("Gets or sets whether text content should be clipped to the element area.")>
    Public Property Clip As Boolean
    [Browsable(false)]
    [Category("Text")]
    [DefaultValue(true)]
    [Description("Gets or sets whether text content should be clipped to the element area.")]
    public bool Clip {get; set;}
    See Also