Exemplo n.º 1
0
 protected virtual bool RendersSize(ViewNode currentNode, ViewNode parent, RenderService rendererService)
 {
     return(true);
 }
Exemplo n.º 2
0
 protected virtual bool RendersConstraints(ViewNode currentNode, ViewNode parent, RenderService rendererService)
 {
     return(!((currentNode != null && firstNode == currentNode.Node) || (currentNode.Node is FigmaCanvas || currentNode.Node.Parent is FigmaCanvas)));
 }