Toolbar.TitleMarginStart Property

Definition

Sets the starting title margin in pixels.

public virtual int TitleMarginStart { [Android.Runtime.Register("getTitleMarginStart", "()I", "GetGetTitleMarginStartHandler", ApiSince=24)] get; [Android.Runtime.Register("setTitleMarginStart", "(I)V", "GetSetTitleMarginStart_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getTitleMarginStart", "()I", "GetGetTitleMarginStartHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setTitleMarginStart", "(I)V", "GetSetTitleMarginStart_IHandler", ApiSince=24)>]
member this.TitleMarginStart : int with get, set

Property Value

the starting title margin in pixels

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Sets the starting title margin in pixels.

Java documentation for android.widget.Toolbar.setTitleMarginStart(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