'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the text will be cliped to the calculated bounds.")> Public Overridable Property ClipText As System.Boolean
'Usage
Dim instance As NImageAndTextItem Dim value As System.Boolean instance.ClipText = value value = instance.ClipText
[System.ComponentModel.Description("Gets/sets a value indicating whether the text will be cliped to the calculated bounds.")] public virtual System.bool ClipText {get; set;}