Interface IVistaFlipOwner
Presents interface for VistaFlip owner.
Inherited Members
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 |
|
KeepLimitedVistaItemsStack
Gets a value indicating whether [keep limited vista item stack].
Declaration
bool KeepLimitedVistaItemsStack { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |