DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the width of this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public int Width { get; set; } |
| Visual Basic |
|---|
Public Property Width As Integer
Get
Set |
| Visual C++ |
|---|
public:
virtual property int Width {
int get () sealed;
void set (int value) sealed;
} |
Property Value
Type:
Int32The width of this object.
Return Value
Type:
Int32The width of this object.
Remarks
See Also