ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / Border Class / EdgeModeX Property

In This Topic
    EdgeModeX Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property EdgeModeX As BorderEdgeMode
    public BorderEdgeMode EdgeModeX {get; set;}
    See Also