Freigeben über


GestureRecognizer.CrossSlideHorizontally Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Querschiebeachse horizontal ist, oder legt diesen fest.

public:
 property bool CrossSlideHorizontally { bool get(); void set(bool value); };
bool CrossSlideHorizontally();

void CrossSlideHorizontally(bool value);
public bool CrossSlideHorizontally { get; set; }
var boolean = gestureRecognizer.crossSlideHorizontally;
gestureRecognizer.crossSlideHorizontally = boolean;
Public Property CrossSlideHorizontally As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die Querschiebeachse horizontal ist; andernfalls false. Der Standardwert ist „FALSE“.

Gilt für:

Weitere Informationen