Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1Reflector Class / ReflectionEffects Property

In This Topic
    ReflectionEffects Property
    In This Topic
    Gets the collection of System.Windows.Media.Effects.Effects applied to the reflection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ReflectionEffects As Collection(Of Effect)
    public Collection<Effect> ReflectionEffects {get;}
    See Also