Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / StyleableWindow Class / TitleForeground Property


In This Topic
    TitleForeground Property
    In This Topic
    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