[]
Gets or sets the width of the pop-up window.
[Browsable(true)]
public int Width { get; set; }
<Browsable(True)>
Public Property Width As Integer
Type | Description |
---|---|
int | The int value that indicates the width of the pop-up window.
|
Type | Condition |
---|---|
ArgumentOutOfRangeException | The value is less than zero. |