Border Property (LabelArea)
In This Topic
Gets or sets the border around the text.
Syntax
'Declaration
Public Property Border As Line
'Usage
Dim instance As LabelArea
Dim value As Line
instance.Border = value
value = instance.Border
public Line Border {get; set;}
See Also