Outline.OuterShadowOnly 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.
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