LayerDrawable.GetLayerInsetStart(Int32) 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.
[Android.Runtime.Register("getLayerInsetStart", "(I)I", "GetGetLayerInsetStart_IHandler", ApiSince=23)]
public virtual int GetLayerInsetStart (int index);
[<Android.Runtime.Register("getLayerInsetStart", "(I)I", "GetGetLayerInsetStart_IHandler", ApiSince=23)>]
abstract member GetLayerInsetStart : int -> int
override this.GetLayerInsetStart : int -> int
Parameters
- index
- Int32
the index of the layer
Returns
the number of pixels to inset from the start bound, or
#INSET_UNDEFINED
if not specified
- Attributes
Remarks
Java documentation for android.graphics.drawable.LayerDrawable.getLayerInsetStart(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.