Toolbar.TitleMarginEnd Property

Definition

Sets the ending title margin in pixels.

public virtual int TitleMarginEnd { [Android.Runtime.Register("getTitleMarginEnd", "()I", "GetGetTitleMarginEndHandler", ApiSince=24)] get; [Android.Runtime.Register("setTitleMarginEnd", "(I)V", "GetSetTitleMarginEnd_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getTitleMarginEnd", "()I", "GetGetTitleMarginEndHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setTitleMarginEnd", "(I)V", "GetSetTitleMarginEnd_IHandler", ApiSince=24)>]
member this.TitleMarginEnd : int with get, set

Property Value

the ending title margin in pixels

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.Toolbar.getTitleMarginEnd().

Property setter documentation:

Sets the ending title margin in pixels.

Java documentation for android.widget.Toolbar.setTitleMarginEnd(int).

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