ComponentOne Basic Library for WPF and Silverlight
Style Property (C1ListBoxItem)


C1.WPF Namespace > C1ListBoxItem Class : Style Property
Syntax
'Declaration
 
Public Property Style As System.Windows.Style
'Usage
 
Dim instance As C1ListBoxItem
Dim value As System.Windows.Style
 
instance.Style = value
 
value = instance.Style
public System.Windows.Style Style {get; set;}
See Also

Reference

C1ListBoxItem Class
C1ListBoxItem Members