Partager via


GravityConnectedAnimationConfiguration.IsShadowEnabled Propriété

Définition

Obtient ou définit une valeur qui indique si un effet d’ombre est affiché.

public:
 property bool IsShadowEnabled { bool get(); void set(bool value); };
bool IsShadowEnabled();

void IsShadowEnabled(bool value);
public bool IsShadowEnabled { get; set; }
var boolean = gravityConnectedAnimationConfiguration.isShadowEnabled;
gravityConnectedAnimationConfiguration.isShadowEnabled = boolean;
Public Property IsShadowEnabled As Boolean

Valeur de propriété

Boolean

bool

true si un effet d’ombre s’affiche ; sinon, false.

S’applique à