Click or drag to resize
PixelShaderEffectSource2BorderMode Property
Sets the border mode used when sampling the second input texture.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public EffectBorderMode Source2BorderMode { get; set; }

Property Value

Type: EffectBorderMode
Remarks
Default border mode is Soft.
See Also