SwipeItem.BehaviorOnInvoked 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示叫用此專案之後 SwipeControl 的行為。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.SwipeItem.BehaviorOn 在Windows 應用程式 SDK中叫用的 WinUI (,請參閱Windows 應用程式 SDK命名空間) 。
public:
property SwipeBehaviorOnInvoked BehaviorOnInvoked { SwipeBehaviorOnInvoked get(); void set(SwipeBehaviorOnInvoked value); };
SwipeBehaviorOnInvoked BehaviorOnInvoked();
void BehaviorOnInvoked(SwipeBehaviorOnInvoked value);
public SwipeBehaviorOnInvoked BehaviorOnInvoked { get; set; }
var swipeBehaviorOnInvoked = swipeItem.behaviorOnInvoked;
swipeItem.behaviorOnInvoked = swipeBehaviorOnInvoked;
Public Property BehaviorOnInvoked As SwipeBehaviorOnInvoked
<SwipeItem BehaviorOnInvoked="swipeBehaviorOnInvokedMemberName" />
屬性值
值,指出叫用此專案之後 SwipeControl 的行為。 預設值為 Auto。