CarouselView.SetIsDragging(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the dragging state of the carousel. For internal use by platform renderers.
public:
void SetIsDragging(bool value);
public void SetIsDragging(bool value);
member this.SetIsDragging : bool -> unit
Public Sub SetIsDragging (value As Boolean)
Parameters
- value
- Boolean
The value to set.