SquareTreeRenderer
Options
public int Size { get; }
public int ImageSize { get; }
public float BorderProportion { get; set; }
public float MinChildDrawSize { get; set; }
public IViewport Viewport { get; set; }
public int? MaxDepth { get; set; }Examples
Changing BorderProportion

Last updated