'Declaration Protected Sub SetLayouts( _ ByVal value As ObservableCollection(Of AnimationPanel) _ )
'Usage Dim instance As SwitchPanel Dim value As ObservableCollection(Of AnimationPanel) instance.SetLayouts(value)
protected void SetLayouts( ObservableCollection<AnimationPanel> value )
Parameters
- value
- The new value for the property.