Language

Layout.InclusionStrategyContainsAll Property

Definition

Strategy which considers a text segment to be inside a rectangle area if the segment bounds are completely contained within the rectangle.

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

Property Value

Attributes

Remarks

Strategy which considers a text segment to be inside a rectangle area if the segment bounds are completely contained within the rectangle.

Android reference for android.text.Layout.INCLUSION_STRATEGY_CONTAINS_ALL.

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