Border Property (DataLabelBase)
In This Topic
Gets or sets a value indicating whether the label has border.
Syntax
'Declaration
<C1DescriptionAttribute("DataLabelBase.Border", "Gets or sets a value indicating whether the label has border.")>
Public Property Border As Boolean
[C1Description("DataLabelBase.Border", "Gets or sets a value indicating whether the label has border.")]
public bool Border {get; set;}
See Also