Spread WPF Documentation
Background Property (HorizontalSplitBox)


GrapeCity.Windows.SpreadSheet.UI Namespace > HorizontalSplitBox 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 HorizontalSplitBox
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

HorizontalSplitBox Class
HorizontalSplitBox Members