Gets or sets the window width.
public int WindowWidth {get; set;}
'Declaration
Public Property WindowWidth As Integer
'Usage
Dim instance As WindowLevelInformationDialog
Dim value As Integer
instance.WindowWidth = value
value = instance.WindowWidth
public: __property int get_WindowWidth();
public: __property void set_WindowWidth(
int value
);
public:
property int WindowWidth {
int get();
void set ( int value);
}
Property Value
An
System.Int32 that represents the window width. Minimum 1 and Maximum 262140