'Declaration <Foundation.ExportAttribute("MaxRowHeight")> <BrowsableAttribute(True)> Public Property MaxRowHeight As Double
'Declaration
<Foundation.ExportAttribute("MaxRowHeight")> <BrowsableAttribute(True)> Public Property MaxRowHeight As Double
'Usage Dim instance As FlexGrid Dim value As Double instance.MaxRowHeight = value value = instance.MaxRowHeight
'Usage
Dim instance As FlexGrid Dim value As Double instance.MaxRowHeight = value value = instance.MaxRowHeight
[Foundation.Export("MaxRowHeight")] [Browsable(true)] public double MaxRowHeight {get; set;}
FlexGrid Class FlexGrid Members