DynamicLayout.Builder.Build 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.
Build the DynamicLayout
after options have been set.
[Android.Runtime.Register("build", "()Landroid/text/DynamicLayout;", "", ApiSince=28)]
public Android.Text.DynamicLayout Build ();
[<Android.Runtime.Register("build", "()Landroid/text/DynamicLayout;", "", ApiSince=28)>]
member this.Build : unit -> Android.Text.DynamicLayout
Returns
the newly constructed DynamicLayout
object
- Attributes
Remarks
Build the DynamicLayout
after options have been set.
Note: the builder object must not be reused in any way after calling this method. Setting parameters after calling this method, or calling it a second time on the same builder object, will likely lead to unexpected results.
Java documentation for android.text.DynamicLayout.Builder.build()
.
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.