ComponentOne Basic Library for WPF and Silverlight
Effect Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : Effect Property
Syntax
'Declaration
 
Public Property Effect As System.Windows.Media.Effects.Effect
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.Media.Effects.Effect
 
instance.Effect = value
 
value = instance.Effect
public System.Windows.Media.Effects.Effect Effect {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members