Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 SwirlEffect
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
SwirlEffect Class
SwirlEffect Members
Microsoft.Expression.Media.Effects Namespace