'Declaration
Public Default Property Item( _ ByVal borderType As BorderType _ ) As Border
'Usage
Dim instance As BorderCollection Dim borderType As BorderType Dim value As Border instance.Item(borderType) = value value = instance.Item(borderType)
public Border this[ BorderType borderType ]; {get; set;}
Parameters
- borderType
- Defines the border's type.