[]
Builtin Border effect.
public class Border : Effect, IDisposable, IUnknown
Initializes a new instance of the Border class.
public Border(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
The edge mode in the X direction for the effect. You can set this to clamp, wrap, or mirror. See Edge modes for more info.
public BorderEdgeMode EdgeModeX { get; set; }
The edge mode in the Y direction for the effect. You can set this to clamp, wrap, or mirror. See Edge modes for more info.
public BorderEdgeMode EdgeModeY { get; set; }
Initializes a new instance of Border effect.
public static Border Create(DeviceContext context)
context
DeviceContext