ViewportDataWidth Property |
Gets or sets the available width of the current viewport.
Namespace: Dundas.BI.Utility.MapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic float Width { get; set; }Public Property Width As Single
Get
Set
public:
property float Width {
float get ();
void set (float value);
}member Width : float32 with get, set
Property Value
Single
A width in pixels.
See Also