ElementCompositionPreview.GetScrollViewerManipulationPropertySet Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupera as propriedades de composição de um elemento ScrollViewer .
public:
static CompositionPropertySet ^ GetScrollViewerManipulationPropertySet(ScrollViewer ^ scrollViewer);
static CompositionPropertySet GetScrollViewerManipulationPropertySet(ScrollViewer const& scrollViewer);
public static CompositionPropertySet GetScrollViewerManipulationPropertySet(ScrollViewer scrollViewer);
function getScrollViewerManipulationPropertySet(scrollViewer)
Public Shared Function GetScrollViewerManipulationPropertySet (scrollViewer As ScrollViewer) As CompositionPropertySet
Parâmetros
- scrollViewer
- ScrollViewer
O elemento ScrollViewer para o qual obter as propriedades de composição.
Retornos
As propriedades de composição do ScrollViewer especificado.
Requisitos do Windows
Família de dispositivos |
Windows 10 (introduzida na 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduzida na v2.0)
|