LineDisplayWindow.TryScrollTextAsync Methode

Definition

Scrollen Sie im Fenstertext mit der angegebenen Anzahl von Zeilen in der angegebenen Richtung.

public:
 virtual IAsyncOperation<bool> ^ TryScrollTextAsync(LineDisplayScrollDirection direction, unsigned int numberOfColumnsOrRows) = TryScrollTextAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryScrollTextAsync(LineDisplayScrollDirection const& direction, uint32_t const& numberOfColumnsOrRows);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryScrollTextAsync(LineDisplayScrollDirection direction, uint numberOfColumnsOrRows);
function tryScrollTextAsync(direction, numberOfColumnsOrRows)
Public Function TryScrollTextAsync (direction As LineDisplayScrollDirection, numberOfColumnsOrRows As UInteger) As IAsyncOperation(Of Boolean)

Parameter

direction
LineDisplayScrollDirection

Die Richtung, in der Text scrollen soll.

numberOfColumnsOrRows
UInt32

unsigned int

uint32_t

Die Anzahl der Spalten oder Zeilen, die gescrollt werden sollen. Spalten werden verwendet, wenn die Bildlaufrichtung links oder rechts ist. Zeilen werden verwendet, wenn die Bildlaufrichtung nach oben oder unten verläuft.

Gibt zurück

Attribute

Gilt für: