ComponentOne Basic Library for WPF and Silverlight
Icons Property


C1.WPF Namespace > C1CompositeIcon Class : Icons Property
Gets the list of icons that will be rendered.
Syntax
'Declaration
 
Public ReadOnly Property Icons As System.Collections.ObjectModel.ObservableCollection(Of C1Icon)
'Usage
 
Dim instance As C1CompositeIcon
Dim value As System.Collections.ObjectModel.ObservableCollection(Of C1Icon)
 
value = instance.Icons
public System.Collections.ObjectModel.ObservableCollection<C1Icon> Icons {get;}
See Also

Reference

C1CompositeIcon Class
C1CompositeIcon Members