DataGrid.DropLocationIndicatorStyle 屬性

定義

取得或設定樣式,拖曳資料行標題時會套用這個樣式以表示置放位置。

public:
 property System::Windows::Style ^ DropLocationIndicatorStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style DropLocationIndicatorStyle { get; set; }
member this.DropLocationIndicatorStyle : System.Windows.Style with get, set
Public Property DropLocationIndicatorStyle As Style

屬性值

套用至資料行標題的樣式。 已註冊的預設值是 null。 如需哪些因素會影響值的詳細資訊,請參閱 DependencyProperty

備註

若要定義 Style 置放位置指標的 ,請指定 TargetTypeSeparator

適用於