Gets and sets the minimum viewing height for which the label is visible. When flying lower than the MinViewingHeight, the label disappears.
JavaScript |
|
MinViewingHeight |
C# |
|
double MinViewingHeight { get; set; } |
C++ |
|
HRESULT MinViewingHeight([out, retval] double* pVal) HRESULT MinViewingHeight([in] double pVal) |