Toolbar.ContentInsetStart Property
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.
Gets the starting content inset for this toolbar.
public virtual int ContentInsetStart { [Android.Runtime.Register("getContentInsetStart", "()I", "GetGetContentInsetStartHandler")] get; }
[<get: Android.Runtime.Register("getContentInsetStart", "()I", "GetGetContentInsetStartHandler")>]
member this.ContentInsetStart : int
Property Value
The starting content inset for this toolbar
- Attributes
Remarks
Gets the starting content inset for this toolbar.
The content inset affects the valid area for Toolbar content other than the navigation button and menu. Insets define the minimum margin for these components and can be used to effectively align Toolbar content along well-known gridlines.
Java documentation for android.widget.Toolbar.getContentInsetStart()
.
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
See also
- <xref:Android.Widget.Toolbar.SetContentInsetsRelative(System.Int32%2c+System.Int32)>
- <xref:Android.Widget.Toolbar.SetContentInsetsAbsolute(System.Int32%2c+System.Int32)>
- ContentInsetEnd
- ContentInsetLeft
- ContentInsetRight