Reflection
ForegroundColor Property (ISmartControl)


Gets or sets the foreground color of the SmartUx control.
Syntax
'Declaration
 
Property ForegroundColor As Color
'Usage
 
Dim instance As ISmartControl
Dim value As Color
 
instance.ForegroundColor = value
 
value = instance.ForegroundColor
Color ForegroundColor {get; set;}
See Also