ScreenRecorderRotate Property |
Rotate.
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic RotateStyle Rotate { get; set; }
Public Property Rotate As RotateStyle
Get
Set
Dim instance As ScreenRecorder
Dim value As RotateStyle
value = instance.Rotate
instance.Rotate = value
member Rotate : RotateStyle with get, set
/** @property */
public RotateStyle get_Rotate()
/** @property */
public void set_Rotate(RotateStyle value)
function get Rotate () : RotateStyle
function set Rotate (value : RotateStyle)
function get_Rotate();
function set_Rotate(value);
Property Value
Type:
RotateStyle
See Also