CheckedTextView.OnPaddingChanged(Int32) Method

Definition

Performs the on padding changed operation.

[Android.Runtime.Register("onPaddingChanged", "(I)V", "GetOnPaddingChanged_IHandler")]
public virtual void OnPaddingChanged(int layoutDirection);
[<Android.Runtime.Register("onPaddingChanged", "(I)V", "GetOnPaddingChanged_IHandler")>]
abstract member OnPaddingChanged : int -> unit
override this.OnPaddingChanged : int -> unit

Parameters

layoutDirection
Int32

The layout direction value.

Attributes

Remarks

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