RotateDrawable.PivotYRelative 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.
Sets whether the Y pivot value represents a fraction of the drawable height or an absolute value in pixels.
public virtual bool PivotYRelative { [Android.Runtime.Register("isPivotYRelative", "()Z", "GetIsPivotYRelativeHandler")] get; [Android.Runtime.Register("setPivotYRelative", "(Z)V", "GetSetPivotYRelative_ZHandler")] set; }
[<get: Android.Runtime.Register("isPivotYRelative", "()Z", "GetIsPivotYRelativeHandler")>]
[<set: Android.Runtime.Register("setPivotYRelative", "(Z)V", "GetSetPivotYRelative_ZHandler")>]
member this.PivotYRelative : bool with get, set
Property Value
true if the Y pivot represents a fraction of the drawable height, or false if it represents an absolute value in pixels
- Attributes
Remarks
Property getter documentation:
Java documentation for android.graphics.drawable.RotateDrawable.isPivotYRelative()
.
Property setter documentation:
Sets whether the Y pivot value represents a fraction of the drawable height or an absolute value in pixels.
Java documentation for android.graphics.drawable.RotateDrawable.setPivotYRelative(boolean)
.
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.