public double WindowWidth {get; set;}
'Declaration
Public Property WindowWidth As Double
'Usage
Dim instance As DicomWindowAttributes
Dim value As Double
instance.WindowWidth = value
value = instance.WindowWidth
public double WindowWidth {get; set;}
public double getWindowWidth()
public void setWindowWidth(double value)
<br/>get_WindowWidth();<br/>set_WindowWidth(value);<br/>Object.defineProperty('WindowWidth');
public:
property double WindowWidth {
double get();
void set ( double value);
}
Property Value
Value indicating the "Window Width" (0028,1051) element.