Slide.SlideEdge 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.
Returns the edge that Views appear and disappear from. -or- Change the edge that Views appear and disappear from.
public virtual Android.Views.GravityFlags SlideEdge { [Android.Runtime.Register("getSlideEdge", "()I", "GetGetSlideEdgeHandler")] get; [Android.Runtime.Register("setSlideEdge", "(I)V", "GetSetSlideEdge_IHandler")] set; }
[<get: Android.Runtime.Register("getSlideEdge", "()I", "GetGetSlideEdgeHandler")>]
[<set: Android.Runtime.Register("setSlideEdge", "(I)V", "GetSetSlideEdge_IHandler")>]
member this.SlideEdge : Android.Views.GravityFlags with get, set
Property Value
the edge of the scene to use for Views appearing and disappearing. One of
android.view.Gravity#LEFT
, android.view.Gravity#TOP
,
android.view.Gravity#RIGHT
, android.view.Gravity#BOTTOM
,
android.view.Gravity#START
, android.view.Gravity#END
.
- Attributes
Remarks
Property getter documentation:
Returns the edge that Views appear and disappear from.
Java documentation for android.transition.Slide.getSlideEdge()
.
Property setter documentation:
Change the edge that Views appear and disappear from.
Java documentation for android.transition.Slide.setSlideEdge(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.