ActualBackground Property
In This Topic
Gets an object that describes the displayed background of a cell.
Syntax
'Declaration
Public ReadOnly Property ActualBackground As Brush
'Usage
Dim instance As Cell
Dim value As Brush
value = instance.ActualBackground
public Brush ActualBackground {get;}
Property Value
A
System.Windows.Media.Brush object that specifies the actual background for the cell.
See Also