Layout.Builder.SetLineBreakConfig(LineBreakConfig) Method
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.
Set the line break configuration.
[Android.Runtime.Register("setLineBreakConfig", "(Landroid/graphics/text/LineBreakConfig;)Landroid/text/Layout$Builder;", "", ApiSince=35)]
public Android.Text.Layout.Builder SetLineBreakConfig(Android.Graphics.Text.LineBreakConfig lineBreakConfig);
[<Android.Runtime.Register("setLineBreakConfig", "(Landroid/graphics/text/LineBreakConfig;)Landroid/text/Layout$Builder;", "", ApiSince=35)>]
member this.SetLineBreakConfig : Android.Graphics.Text.LineBreakConfig -> Android.Text.Layout.Builder
Parameters
- lineBreakConfig
- LineBreakConfig
the line break configuration. This value cannot be null.
Returns
this builder instance. This value cannot be null.
- Attributes
Remarks
Set the line break configuration. The default value is a LinebreakConfig instance that has LineBreakConfig.LINE_BREAK_STYLE_NONE and LineBreakConfig.LINE_BREAK_WORD_STYLE_NONE.
Android reference for android.text.Layout.Builder.setLineBreakConfig.
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.