RiftWindow:GetTrimDimensions

Gets the thicknesses of the border's visual trim.

Usage:

left, top, right, bottom = RiftWindow:GetTrimDimensions()
ParameterTypeDatatypeDescription
bottomresultnumberThe thickness of the bottom window border.
leftresultnumberThe thickness of the left window border.
rightresultnumberThe thickness of the right window border.
topresultnumberThe thickness of the top window border.