ICommandEffect

ICommandEffect interface

Represents a command effect for an animation behavior.

public interface ICommandEffect : IBehavior

Propriétés

NomDescription
AsIBehavior { get; }Permet d’obtenir l’interface IBehavior de base. Lecture seule IBehavior.
CommandString { get; set; }Définit la chaîne de commande. Lecture/écriture String.
ShapeTarget { get; set; }Définit la cible de forme de l’effet de commande. Lecture/écriture IShape.
Type { get; set; }Définit le type d’effet de commande du comportement. Lecture/écriture CommandEffectType.

Voir aussi