Glossary Item Box

LabDevTools Spedisci un commento su questo argomento.

ScrollDirection

Ottiene o imposta la direzione dello scorrimento del testo.

 

[Visual Basic]
Public Property ScrollDirection As ScrollDirections
[C#]
public ScrollDirections ScrollDirection
{get; set;}

 

 

[Visual Basic]

Public Enum ScrollDirections As Byte

   Left = 0

   Right = 1

   Up = 2

   Down = 3

End Enum

 

[C#]

public enum ScrollDirections : byte

{

   Left,

   Rightl,

   Medium,

   Up,

   Down

}

 

Osservazioni:

Di default è ScrollDirections.Left.

Vedere anche:

Appearance | Reset | ScreenText | ScrollingMode | ScrollSpeed | Start | WordWrap

 


Copyright © 2007 LabDevTools. All Rights Reserved.