TemplateCellExpandedWidthHeight Property |
Gets or sets the expanded width or expanded height.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public float ExpandedWidthHeight { get; set; }
Public Property ExpandedWidthHeight As Single
Get
Set
public:
property float ExpandedWidthHeight {
float get ();
void set (float value);
}
member ExpandedWidthHeight : float32 with get, set
Property Value
Type:
Single
The expanded width or height.
See Also