In your picture the values along the horizontal axis represent the amount of land owned by a randomly selected individual. The curve being plotted for a given $\alpha$ is a cumulative distribution function for amount of land owned, so the value of the curve at $x=t$ gives the fraction of individuals who own at most $t$ units of land.
If you are looking for the landowners who own 80% of the land, this is understood to mean those folks at the upper end of the wealth distribution. So you seek a threshold $t$ such that the total land owned by those who own $t$ or more units is $.8$ of the total land owned by everybody.
Notice that total land is not visible in the picture; to get total land you have to start with a histogram of land owned, and multiply each amount of land by the number of people who own that amount of land, then sum up. This total can also be computed using a density function, as described below.
Let $X$ be some measure of wealth, observed on a randomly selected individual, and suppose $X$ follows the Pareto distribution, with density
$$
f_X(x) =
\begin{cases}
\displaystyle\frac{\alpha x_m^\alpha}{x^{\alpha + 1}} & x \geq x_m \\
0 & x < x_m \\
\end{cases}.\tag1
$$
It is straightforward to calculate $E(X)=\frac\alpha{\alpha-1}x_m$, and for each $t>x_m$ you can verify that
$$P(X>t)=\left(\frac {x_m}{t}\right)^\alpha\tag2$$ and
$$E[XI(X>t)] = \int_t^\infty x f(x)\, dx=\frac\alpha{\alpha-1}\frac{x_m^\alpha}{t^{\alpha-1}}.\tag3$$
Now if the population consists of $n$ individuals then the total wealth in the population is $nE(X)$, while
$nE[XI(X>t)]$ is the total wealth of those individuals whose wealth exceeds $t$. If we want the ratio of the latter to the former to be $0.8$, then we demand
$$\left(\frac{x_m}t\right)^{\alpha-1}=\frac{n E[XI(X>t)]}{nE(X)}=0.8;\tag4$$
notice the population size conveniently cancels out. And if we want the fraction of individuals whose wealth exceeds $t$ to be $0.2$, then we demand
$$\left(\frac{x_m}t\right)^\alpha=P(X>t)=0.2.\tag5$$ Taking the ratio of (5) to (4) yields
$\frac {x_m}t=\frac14$. Plugging this into (5), this gives $$\left(\frac14\right)^\alpha =\frac15\iff 4^\alpha=5\iff \alpha=\log_4(5).
$$
ADDED: As a consequence of (2), the wealthiest fraction $q$ the population are those whose wealth exceeds the threshold $t$ for which $(x_m/t)^\alpha=q$. Putting this into the left equation in (4), conclude that the share of total wealth for these folks is $q^{(\alpha-1)/\alpha}.$ If you seek a value for $\alpha$ such that the wealthiest fraction $q$ of the population owns fraction $p$ of the total wealth, then $\alpha$ satisfies
$$p=q^{(\alpha-1)/\alpha}\iff\alpha = \frac{\log (1/q)}{\log (p/q)}.$$