Language

Outline.OuterShadowOnly Property

Definition

Returns whether the shadow cast by this Outline is only drawn outside the outline. -or- Sets whether the shadow cast by this Outline should only be drawn outside the outline.

public bool OuterShadowOnly { [Android.Runtime.Register("isOuterShadowOnly", "()Z", "", ApiSince=37)] get; [Android.Runtime.Register("setOuterShadowOnly", "(Z)V", "", ApiSince=37)] set; }
[<get: Android.Runtime.Register("isOuterShadowOnly", "()Z", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setOuterShadowOnly", "(Z)V", "", ApiSince=37)>]
member this.OuterShadowOnly : bool with get, set

Property Value

true if the shadow is only drawn outside the outline boundary, false otherwise

Attributes

Applies to