Files
radzen-blazor/RadzenBlazorDemos/Pages/TextAlignment.razor
2023-02-14 10:09:59 +02:00

8 lines
1.6 KiB
Plaintext

<RadzenStack Orientation="Orientation.Vertical" Gap="3rem" class="rz-p-12">
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Center"><strong>TextAlign.Center</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Left"><strong>TextAlign.Left</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Right"><strong>TextAlign.Right</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Start"><strong>TextAlign.Start</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.End"><strong>TextAlign.End</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
<RadzenText TextStyle="TextStyle.Body1" TextAlign="TextAlign.Justify"><strong>TextAlign.Justify</strong><br /> Radzen Blazor Components are open source and free for commercial use. You can install them from nuget or build your own copy from source.</RadzenText>
</RadzenStack>