StyleBoxFlat.cornerDetail

This sets the amount of vertices used for each corner. Higher values result in rounder corners but take more processing power to compute. When choosing a value you should take the corner radius (setCornerRadius) into account. For corner radius smaller than 10: 4-5 should be enough For corner radius smaller than 30: 8-12 should be enough ...

  1. long cornerDetail [@property getter]
  2. long cornerDetail [@property setter]
    struct StyleBoxFlat
    @nogc nothrow @property
    void
    cornerDetail
    (
    long v
    )

Meta