ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / BitmapBrush Class / SetExtendModeY Method

In This Topic
    SetExtendModeY Method (BitmapBrush)
    In This Topic
    void ID2D1BitmapBrush::SetExtendModeY([In] D2D1_EXTEND_MODE extendModeY)
    Syntax
    'Declaration
     
    Public Sub SetExtendModeY( _
       ByVal extendModeY As ExtendMode _
    ) 
    public void SetExtendModeY( 
       ExtendMode extendModeY
    )

    Parameters

    extendModeY
    See Also