Click or drag to resize
PixelShaderEffectSource1BorderMode Property
Sets the border mode used when sampling the first 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 Source1BorderMode { get; set; }

Property Value

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