Share via


MagnifyEffect.InnerRadius Property

Gets or sets the InnerRadius variable within the shader.

Namespace: Microsoft.Expression.Media.Effects
Assembly: Microsoft.Expression.Effects (in microsoft.expression.effects.dll)

Syntax

'Declaration
Public Property InnerRadius As Double
'Usage
Dim instance As MagnifyEffect
Dim value As Double

value = instance.InnerRadius

instance.InnerRadius = value
public double InnerRadius { get; set; }
public:
property double InnerRadius {
    double get ();
    void set (double value);
}
/** @property */
public double get_InnerRadius ()

/** @property */
public void set_InnerRadius (double value)
public function get InnerRadius () : double

public function set InnerRadius (value : double)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MagnifyEffect Class
MagnifyEffect Members
Microsoft.Expression.Media.Effects Namespace