View.IsPivotSet Property

Definition

Returns whether or not a pivot has been set by a call to #setPivotX(float) or #setPivotY(float).

public virtual bool IsPivotSet { [Android.Runtime.Register("isPivotSet", "()Z", "GetIsPivotSetHandler", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isPivotSet", "()Z", "GetIsPivotSetHandler", ApiSince=28)>]
member this.IsPivotSet : bool

Property Value

True if a pivot has been set, false if the default pivot is being used

Attributes

Remarks

Returns whether or not a pivot has been set by a call to #setPivotX(float) or #setPivotY(float). If no pivot has been set then the pivot will be the center of the view.

Java documentation for android.view.View.isPivotSet().

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