CardTitleForeground Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > CardView Class : CardTitleForeground Property

Gets or sets the brush used to paint the foreground of the card titles.

Syntax

Visual Basic (Declaration) 
Public Property CardTitleForeground As Brush
C# 
public Brush CardTitleForeground {get; set;}

Return Value

A reference to the Brush used to paint the foreground of the card titles. By default, a null reference (Nothing in Visual Basic).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also