ScrollViewer.SetIsHorizontalRailEnabled(DependencyObject, Boolean) メソッド

定義

指定した要素の IsHorizontalRailEnabled 依存関係プロパティ/ ScrollViewer.IsHorizontalRailEnabled XAML 添付プロパティの値を設定します。

public:
 static void SetIsHorizontalRailEnabled(DependencyObject ^ element, bool isHorizontalRailEnabled);
 static void SetIsHorizontalRailEnabled(DependencyObject const& element, bool const& isHorizontalRailEnabled);
public static void SetIsHorizontalRailEnabled(DependencyObject element, bool isHorizontalRailEnabled);
function setIsHorizontalRailEnabled(element, isHorizontalRailEnabled)
Public Shared Sub SetIsHorizontalRailEnabled (element As DependencyObject, isHorizontalRailEnabled As Boolean)

パラメーター

element
DependencyObject

プロパティ値を設定する要素。

isHorizontalRailEnabled
Boolean

bool

設定する値。

注釈

詳細については、 IsHorizontalRailEnabled プロパティを参照してください。

適用対象

こちらもご覧ください