PopupLayout.getShadowWidth

Obtains the shadow widths of this layout.

class PopupLayout
void
getShadowWidth
(
out int left
,
out int right
,
out int top
,
out int bottom
)

Parameters

left int

return location for the left shadow width

right int

return location for the right shadow width

top int

return location for the top shadow width

bottom int

return location for the bottom shadow width

Meta