GravityConnectedAnimationConfiguration.IsShadowEnabled Property

Definition

Gets or sets a value that indicates whether a shadow effect is shown.

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

Property Value

Boolean

bool

true if a shadow effect is shown; otherwise, false.

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Applies to