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. |