Specifies the width of the client area of the control.
public virtual float ScaleWidth {get; set;}
public:
virtual property float ScaleWidth {
float get();
void set ( float value);
}
'Declaration
Public Overridable Property ScaleWidth As Single
'Usage
Dim instance As CaptureCtrl
Dim value As Single
instance.ScaleWidth = value
value = instance.ScaleWidth
Property Value
A value representing the width.