ScreenRecorderSpinningToolStyle Property |
Spinning Tool Style.
Namespace:
CSScreenRecorder
Assembly:
CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic DashStyle SpinningToolStyle { get; set; }
Public Property SpinningToolStyle As DashStyle
Get
Set
Dim instance As ScreenRecorder
Dim value As DashStyle
value = instance.SpinningToolStyle
instance.SpinningToolStyle = value
member SpinningToolStyle : DashStyle with get, set
/** @property */
public DashStyle get_SpinningToolStyle()
/** @property */
public void set_SpinningToolStyle(DashStyle value)
function get SpinningToolStyle () : DashStyle
function set SpinningToolStyle (value : DashStyle)
function get_SpinningToolStyle();
function set_SpinningToolStyle(value);
Property Value
Type:
DashStyle
See Also