Click or drag to resize
CanvasRadialGradientBrushOriginOffset Property
Specifies a displacement from Center, used to form the brush's radial gradient.

Namespace:  Microsoft.Graphics.Canvas.Brushes
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 OriginOffset { get; set; }

Property Value

Type: Vector2
See Also