Gets an optimal height of Cell required to display the content without the loss of information.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public int OptimalHeight { get; } |
Visual Basic |
---|
Public ReadOnly Property OptimalHeight As Integer Get |
Visual C++ |
---|
public: property int OptimalHeight { int get (); } |
F# |
---|
member OptimalHeight : int with get |
Property Value
Type: Int32The optimal height.
Remarks
This property is usually used by Adjust()()()() method.
Thread Safety
The property is not thread safe.