ViewDataTemplateCellVerticalSpacing Property |
Gets or sets the template cell vertical spacing.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "templateCellVerticalSpacing")]
public double TemplateCellVerticalSpacing { get; set; }
<DataMemberAttribute(Name := "templateCellVerticalSpacing")>
Public Property TemplateCellVerticalSpacing As Double
Get
Set
public:
[DataMemberAttribute(Name = L"templateCellVerticalSpacing")]
property double TemplateCellVerticalSpacing {
double get ();
void set (double value);
}
[<DataMemberAttribute(Name = "templateCellVerticalSpacing")>]
member TemplateCellVerticalSpacing : float with get, set
Property Value
Type:
Double
The template cell vertical spacing.
See Also