scripting:api:settings:view-bottom-offset

ViewBottomOffset

Property of ISettings

Returns View Bottom Offset (in lines)

Read-Only Property of type long

var nVal = Settings.ViewBottomOffset;
nVal = Settings.ViewBottomOffset
long nVal;
HRESULT hr = Settings.get_ViewBottomOffset(&nVal);