Denso BHT-202Q Instrukcja Użytkownika Strona 340

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 339
RotationAngle
Sets or acquires the screen rotation angle.
Syntax
[VB]
Public Shared Property RotationAngle As
EN_ROTATION_ANGLE
[C#]
public static EN_ROTATION_ANGLE RotationAngle {get; set;}
Property
Rotation angle
Parameter values
: As listed in EN_ROTATION_ANGLE
Default value
: EN_ROTATION_ANGLE.DEG0
Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Rotate the screen by 90°.
[VB] Display.Settings.RotationAngle
= Display.Settings.EN_ROTATION_ANGLE.DEG90
[C#] Display.Settings.RotationAngle
= Display.Settings.EN_ROTATION_ANGLE.DEG90;
331
Przeglądanie stron 339
1 2 ... 335 336 337 338 339 340 341 342 343 344 345 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag