ComponentOne TileView for WPF and Silverlight
Background Property (C1TileView)


C1.WPF.TileView Namespace > C1TileView Class : Background Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Appearance")>
Public Property Background As System.Windows.Media.Brush
'Usage
 
Dim instance As C1TileView
Dim value As System.Windows.Media.Brush
 
instance.Background = value
 
value = instance.Background
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Appearance")]
public System.Windows.Media.Brush Background {get; set;}
See Also

Reference

C1TileView Class
C1TileView Members