Gets or sets the height of this row in pixels (set to -1 to use the default height).
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] public double Height { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute()> _ Public Property Height As Double Get Set |