Question

Quelqu'un sait comment créer un contrôle label .net asp qui est orienté dans le sens horaire 90 degrés

En ce moment, la façon dont je fais utilise
tag comme ceci

<td style="font-size: 13px; width: 20px; 
           text-align: center; vertical-align: bottom;">
    <asp:Label ID="lbl1" runat="server" Text="日" /><br />
    <asp:Label ID="lbl2" runat="server" Text="本" /><br />
    ・<br />
    <asp:Label ID="lbl3" runat="server" Text="学" /><br />
    <asp:Label ID="lbl4" runat="server" Text="校" />
</td>

Est-il possible de le faire en une seule étiquette? Comme l'utilisation d'une propriété d'orientation?

<asp:Label ID="lbl1" runat="server" Text="日本・学校" orientation="90degress" />
Était-ce utile?

La solution

mise en flux: idéographique vertical

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top