DarkColor Property (FpButton)
Gets or sets the color to draw the three-dimensional outside border of the button.
public Color DarkColor {get; set;}
'Declaration
Public Property DarkColor As Color
'Usage
Dim instance As FpButton
Dim value As Color
instance.DarkColor = value
value = instance.DarkColor