ShowBorder Property (Pattern)
In This Topic
Syntax
'Declaration
Public Property ShowBorder As Boolean
'Usage
Dim instance As Pattern
Dim value As Boolean
instance.ShowBorder = value
value = instance.ShowBorder
public bool ShowBorder {get; set;}
See Also