Share via


Resizer.DraggingTemplate Property

Definition

Gets or sets the template used for the dragging indicator when ResizeWhileDragging is false.

public:
 property System::Windows::DataTemplate ^ DraggingTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets the template used for the dragging indicator when ResizeWhileDragging is false.")]
public System.Windows.DataTemplate DraggingTemplate { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets the template used for the dragging indicator when ResizeWhileDragging is false.")>]
member this.DraggingTemplate : System.Windows.DataTemplate with get, set
Public Property DraggingTemplate As DataTemplate

Property Value

Attributes

Applies to