Language

Layout.InclusionStrategyContainsCenter Property

Definition

Strategy which considers a text segment to be inside a rectangle area if the center of the segment bounds is inside the rectangle.

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

Property Value

Attributes

Remarks

Strategy which considers a text segment to be inside a rectangle area if the center of the segment bounds is inside the rectangle.

Android reference for android.text.Layout.INCLUSION_STRATEGY_CONTAINS_CENTER.

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