Gets or sets the default height of the row.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public double RowDefaultHeight { get; set; } |
Visual Basic |
---|
Public Property RowDefaultHeight As Double Get Set |
Visual C++ |
---|
public: property double RowDefaultHeight { double get (); void set (double value); } |
F# |
---|
member RowDefaultHeight : float with get, set |
Property Value
Type: DoubleThe default height of the row.