RotateDrawable.ToDegrees 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 the end angle for rotation.
public virtual float ToDegrees { [Android.Runtime.Register("getToDegrees", "()F", "GetGetToDegreesHandler")] get; [Android.Runtime.Register("setToDegrees", "(F)V", "GetSetToDegrees_FHandler")] set; }
[<get: Android.Runtime.Register("getToDegrees", "()F", "GetGetToDegreesHandler")>]
[<set: Android.Runtime.Register("setToDegrees", "(F)V", "GetSetToDegrees_FHandler")>]
member this.ToDegrees : single with get, set
Property Value
ending angle for rotation in degrees
- Attributes
Remarks
Property getter documentation:
Java documentation for android.graphics.drawable.RotateDrawable.getToDegrees()
.
Property setter documentation:
Sets the end angle for rotation.
Java documentation for android.graphics.drawable.RotateDrawable.setToDegrees(float)
.
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.