DisplayOptions.Builder.SetNameStyle(DisplayOptions+NameStyle) 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.
Sets the name style.
[Android.Runtime.Register("setNameStyle", "(Landroid/icu/text/DisplayOptions$NameStyle;)Landroid/icu/text/DisplayOptions$Builder;", "GetSetNameStyle_Landroid_icu_text_DisplayOptions_NameStyle_Handler", ApiSince=35)]
public virtual Android.Icu.Text.DisplayOptions.Builder SetNameStyle(Android.Icu.Text.DisplayOptions.NameStyle nameStyle);
[<Android.Runtime.Register("setNameStyle", "(Landroid/icu/text/DisplayOptions$NameStyle;)Landroid/icu/text/DisplayOptions$Builder;", "GetSetNameStyle_Landroid_icu_text_DisplayOptions_NameStyle_Handler", ApiSince=35)>]
abstract member SetNameStyle : Android.Icu.Text.DisplayOptions.NameStyle -> Android.Icu.Text.DisplayOptions.Builder
override this.SetNameStyle : Android.Icu.Text.DisplayOptions.NameStyle -> Android.Icu.Text.DisplayOptions.Builder
Parameters
- nameStyle
- DisplayOptions.NameStyle
The name style.
Returns
- Attributes
Remarks
Sets the name style.
Android reference for android.icu.text.DisplayOptions.Builder.setNameStyle.
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.