'Declaration Public Property BorderColorRight As Color
'Usage Dim instance As Border Dim value As Color instance.BorderColorRight = value value = instance.BorderColorRight
public Color BorderColorRight {get; set;}
'Declaration Public Property BorderColorRight As Color
'Usage Dim instance As Border Dim value As Color instance.BorderColorRight = value value = instance.BorderColorRight
public Color BorderColorRight {get; set;}
If you want to set the same color for all sides of the object border, use the BorderColor property.
To check if other border color properties have been set, use the IsDefined method.