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

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

Syntax

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

Return Value

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

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also

Reference

CardView Class
CardView Members

Properties