Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / ReflectionOpacityEffect Class / Coefficient Property

In This Topic
    Coefficient Property
    In This Topic
    Gets or sets the coefficient applied to the exponential function that computes the opacity. Larger values means that the opacity increases faster with distance.
    Syntax
    'Declaration
     
    
    Public Property Coefficient As Double
    public double Coefficient {get; set;}
    See Also