
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
Comentários a estes Manuais