ScrollViewer.ScrollInfo Propiedad

Definición

Obtiene o establece el elemento que implementa la IScrollInfo interfaz y proporciona valores para desplazar las propiedades de este ScrollViewerobjeto .

protected public:
 property System::Windows::Controls::Primitives::IScrollInfo ^ ScrollInfo { System::Windows::Controls::Primitives::IScrollInfo ^ get(); void set(System::Windows::Controls::Primitives::IScrollInfo ^ value); };
protected internal System.Windows.Controls.Primitives.IScrollInfo ScrollInfo { get; set; }
member this.ScrollInfo : System.Windows.Controls.Primitives.IScrollInfo with get, set
Protected Friend Property ScrollInfo As IScrollInfo

Valor de propiedad

Elemento que controla las propiedades de desplazamiento, como el tamaño de extensión, desplazamiento o ventanilla. Esta propiedad no tiene ningún valor predeterminado.

Se aplica a