Language

Layout.InclusionStrategyAnyOverlap Property

Definition

Strategy which considers a text segment to be inside a rectangle area if the segment bounds intersect the rectangle.

[Android.Runtime.Register("INCLUSION_STRATEGY_ANY_OVERLAP", ApiSince=34)]
public static Android.Text.Layout.ITextInclusionStrategy InclusionStrategyAnyOverlap { get; }
[<Android.Runtime.Register("INCLUSION_STRATEGY_ANY_OVERLAP", ApiSince=34)>]
static member InclusionStrategyAnyOverlap : Android.Text.Layout.ITextInclusionStrategy

Property Value

Attributes

Remarks

Strategy which considers a text segment to be inside a rectangle area if the segment bounds intersect the rectangle.

Android reference for android.text.Layout.INCLUSION_STRATEGY_ANY_OVERLAP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to