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