'Declaration
Public Property Height As System.Single
public System.float Height {get; set;}
Remarks
The meaning of the value is defined based on the value of the HeightRule value for this table row as follows: If the value of HeightRule is HeightRule.Auto, then the table row height should be automatically determined based on the height of its contents. This value is ignored. If the value of HeightRule is HeightRule.AtLeast, then the table row's height should be at least the value of this property. If the value of HeightRule is HeightRule.Exact, then the table row's height should be exactly the value of this property.