GravityConnectedAnimationConfiguration.IsShadowEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.