Search
HeaderResizeEventArgs.horizontal Property
See Also
 






Gets a value indicating whether the user resizes the header horizontally.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get horizontal() {}

 Property Value

Boolean

true if resizing horizontally, or false otherwise.

 See Also