'Declaration
<NullableAttribute(2)>
Public Property EmptySurfaceBrush As Brush
'Usage
Dim instance As CardflowView3D
Dim value As Brush
instance.EmptySurfaceBrush = value
value = instance.EmptySurfaceBrush
[Nullable(2)]
public Brush EmptySurfaceBrush {get; set;}
Property Value
The Brush to apply to cards that currently do not display a surface. By default, Brushes.Gray.
Remarks
Cards that are in the viewport but outside the range specified by the SideCardsCount property will not display a surface until they are brought within range.
Example
All examples in this topic assume that the grid is bound to the Employees table of the Northwind database, unless stated otherwise.
The following example demonstrates how to provide an empty-surface brush, which will be applied to all cards that do not display a surface.
Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2