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

In This Topic
    Offset Property
    In This Topic
    Gets or sets the offset applied to the exponential function that computes the opacity. Larger values means that the opacity starts at a lower value.
    Syntax
    'Declaration
     
    
    Public Property Offset As Double
    public double Offset {get; set;}
    See Also