DevTitleBarForeColor Property
Gets or sets the foreground color of this
DevTitleBar control.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
public Color ForeColor { get; set; }
<BrowsableAttribute(true)>
Public Property ForeColor As Color
Get
Set
Dim instance As DevTitleBar
Dim value As Color
value = instance.ForeColor
instance.ForeColor = value
public:
[BrowsableAttribute(true)]
property Color ForeColor {
Color get ();
void set (Color value);
}
[<BrowsableAttribute(true)>]
member ForeColor : Color with get, set
No code example is currently available or this language may not be supported.
Property Value
Color