Toolbar.TitleMarginTop Property

Definition

Sets the top title margin in pixels.

public virtual int TitleMarginTop { [Android.Runtime.Register("getTitleMarginTop", "()I", "GetGetTitleMarginTopHandler", ApiSince=24)] get; [Android.Runtime.Register("setTitleMarginTop", "(I)V", "GetSetTitleMarginTop_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getTitleMarginTop", "()I", "GetGetTitleMarginTopHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setTitleMarginTop", "(I)V", "GetSetTitleMarginTop_IHandler", ApiSince=24)>]
member this.TitleMarginTop : int with get, set

Property Value

the top title margin in pixels

Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Sets the top title margin in pixels.

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