WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFlipOwner

    Show / Hide Table of Contents

    Interface IFlipOwner

    Presents interface for VistaFlipOwner.

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public interface IFlipOwner

    Properties

    FlipParent

    Gets or sets the flip parent.

    Declaration
    IFlipParent FlipParent { get; set; }
    Property Value
    Type Description
    IFlipParent

    The flip parent.

    Methods

    EndFlip(KeyEventArgs)

    Ends the flip.

    Declaration
    void EndFlip(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    The System.Windows.Input.KeyEventArgs instance containing the event data.

    StartFlip(KeyEventArgs)

    Starts the flip.

    Declaration
    void StartFlip(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    The System.Windows.Input.KeyEventArgs instance containing the event data.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved