Xceed Toolkit Plus for WPF v4.6 Documentation
TitleForeground Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > StyleableWindow Class : TitleForeground Property
Gets or sets the title foreground.
Syntax
'Declaration
 
Public Property TitleForeground As Brush
'Usage
 
Dim instance As StyleableWindow
Dim value As Brush
 
instance.TitleForeground = value
 
value = instance.TitleForeground
public Brush TitleForeground {get; set;}
Requirements

See Also

Reference

StyleableWindow Class
StyleableWindow Members