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)
get_WindowWidth();
set_WindowWidth(value);
Object.defineProperty('WindowWidth');
public:
property double WindowWidth {
double get();
void set ( double value);
}
Property Value
Value indicating the "Window Width" (0028,1051) element.