public double Width {get; set;}
'Declaration
Public Property Width As Double
'Usage
Dim instance As ApplyLinearVoiLookupTableCommand
Dim value As Double
instance.Width = value
value = instance.Width
public double Width {get; set;}
@property (nonatomic, assign) double width;
public double getWidth()
public void setWidth(double value)
get_Width();
set_Width(value);
Object.defineProperty('Width');
public:
property double Width {
double get();
void set ( double value);
}
Property Value
Width of the window of interest.