MagnifyEffect.Center Property

Gets or sets the Center variable within the shader.

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

Syntax

'Declaration
Public Property Center As Point
'Usage
Dim instance As MagnifyEffect
Dim value As Point

value = instance.Center

instance.Center = value
public Point Center { get; set; }
public:
property Point Center {
    Point get ();
    void set (Point value);
}
/** @property */
public Point get_Center ()

/** @property */
public void set_Center (Point value)
public function get Center () : Point

public function set Center (value : Point)

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