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