Click or drag to resize
CanvasLinearGradientBrushEdgeBehavior Property
Specifies the behavior for pixels which fall outside of the gradient's typical rendering area.

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

Property Value

Type: CanvasEdgeBehavior
See Also