LineSpectrumCurrentSize Property |
Namespace:
WinformsVisualization.Visualization
Assembly:
CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Size CurrentSize { get; protected set; }
Public Property CurrentSize As Size
Get
Protected Set
Dim instance As LineSpectrum
Dim value As Size
value = instance.CurrentSize
instance.CurrentSize = value
member CurrentSize : Size with get, set
/** @property */
public Size get_CurrentSize()
/** @property */
public void set_CurrentSize(Size value)
function get CurrentSize () : Size
protected function set CurrentSize (value : Size)
function get_CurrentSize();
function set_CurrentSize(value);
Property Value
Type:
SizeSee Also