Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Themes.MaterialDesign Assembly / Xceed.Wpf.Themes.MaterialDesign.Transitions Namespace / SlideOutWipe Class / Wipe Method


In This Topic
    Wipe Method (SlideOutWipe)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Wipe( _
       ByVal fromSlide As TransitionerSlide, _
       ByVal toSlide As TransitionerSlide, _
       ByVal origin As Point, _
       ByVal zIndexController As IZIndexController _
    ) 
    'Usage
     
    Dim instance As SlideOutWipe
    Dim fromSlide As TransitionerSlide
    Dim toSlide As TransitionerSlide
    Dim origin As Point
    Dim zIndexController As IZIndexController
     
    instance.Wipe(fromSlide, toSlide, origin, zIndexController)

    Parameters

    fromSlide
    toSlide
    origin
    zIndexController
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also