VDJPedia

Quick Sign In:  


 Skin ResizeZone

Back to Skin SDK

Skin SDK: The <resizezone> element


A resizezone defines a zone that can be used to resize VirtualDJ's window if it is not maximized.

Syntax: <resizezone>

Attributes: None

Children:
  • <pos x="" y=""> : Give the (x,y) position the resize zone will have on the screen. Read further details in Skin Element Position
  • <size width="" height=""/> : Give the width and the height that the resize zone will have on the screen. Read further details in Skin Element Position

Example:

<resizezone>
<pos x="1920-20" y="1080-20"/>
<size width="20" height="20"/>
</resizezone>




Back to Skin SDK