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

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