PhotoViewerTest.Droid.PhotoViewDroidAttacher.SetAllowParentInterceptOnEdge C# (CSharp) 메소드

SetAllowParentInterceptOnEdge() 공개 메소드

public SetAllowParentInterceptOnEdge ( bool allow ) : void
allow bool
리턴 void
        public void SetAllowParentInterceptOnEdge(bool allow)
        {
            mAllowParentInterceptOnEdge = allow;
        }

Usage Example

예제 #1
0
 public void SetAllowParentInterceptOnEdge(bool allow)
 {
     mAttacher.SetAllowParentInterceptOnEdge(allow);
 }