WPF

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

    Show / Hide Table of Contents

    Interface IVistaFlipOwner

    Presents interface for VistaFlip owner.

    Inherited Members
    IFlipOwner.StartFlip(KeyEventArgs)
    IFlipOwner.EndFlip(KeyEventArgs)
    IFlipOwner.FlipParent
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public interface IVistaFlipOwner : IFlipOwner

    Properties

    FactoryOfViewVistaFlip

    Gets the factory of view vista flip.

    Declaration
    double FactoryOfViewVistaFlip { get; }
    Property Value
    Type Description
    System.Double

    The factory of view vista flip.

    FirstFlipItemOpacity

    Gets the first flip item opacity.

    Declaration
    double FirstFlipItemOpacity { get; }
    Property Value
    Type Description
    System.Double

    The first flip item opacity.

    IsItemsInFullScreen

    Gets a value indicating whether this instance is items in full screen.

    Declaration
    bool IsItemsInFullScreen { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is items in full screen; otherwise, false.

    KeepLimitedVistaItemsStack

    Gets a value indicating whether [keep limited vista item stack].

    Declaration
    bool KeepLimitedVistaItemsStack { get; }
    Property Value
    Type Description
    System.Boolean

    true if [keep limited vista item stack]; otherwise, false.

    OpacityFactorOfVistaFlip

    Gets the opacity factor of vista flip.

    Declaration
    double OpacityFactorOfVistaFlip { get; }
    Property Value
    Type Description
    System.Double

    The opacity factor of vista flip.

    RenderSize

    Gets the size of the render.

    Declaration
    Size RenderSize { get; }
    Property Value
    Type Description
    System.Windows.Size

    The size of the render.

    VistaFlipAnimationDuration

    Gets the duration of the vista flip animation.

    Declaration
    Duration VistaFlipAnimationDuration { get; }
    Property Value
    Type Description
    System.Windows.Duration

    The duration of the vista flip animation.

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