'Declaration Public Property BorderColorLeft As Color
'Usage Dim instance As Border Dim value As Color instance.BorderColorLeft = value value = instance.BorderColorLeft
public Color BorderColorLeft {get; set;}
'Declaration Public Property BorderColorLeft As Color
'Usage Dim instance As Border Dim value As Color instance.BorderColorLeft = value value = instance.BorderColorLeft
public Color BorderColorLeft {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.