Table of Contents

Class PlaySketchFlowAnimationAction

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public sealed class PlaySketchFlowAnimationAction : PrototypingActionBase, IAnimatable, IAttachedObject
Inheritance
PlaySketchFlowAnimationAction
Implements
Inherited Members
Extension Methods

Fields

SketchFlowAnimationProperty

public static readonly DependencyProperty SketchFlowAnimationProperty

Field Value

DependencyProperty

TargetScreenProperty

public static readonly DependencyProperty TargetScreenProperty

Field Value

DependencyProperty

Properties

SketchFlowAnimation

public string SketchFlowAnimation { get; set; }

Property Value

string

TargetScreen

public string TargetScreen { get; set; }

Property Value

string

Methods

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.

Invoke(object)

Invokes the action.

protected override void Invoke(object parameter)

Parameters

parameter object

The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.