MaxLines Property (DataLabel)
In This Topic
Gets or sets the maximum number of lines in data label.
Syntax
'Declaration
<C1DescriptionAttribute("DataLabel.MaxLines", "Gets or sets the maximum number of lines in data label.")>
Public Property MaxLines As Integer
[C1Description("DataLabel.MaxLines", "Gets or sets the maximum number of lines in data label.")]
public int MaxLines {get; set;}
See Also