Library Blazor Components Panel Reference Direction

Direction

Optional content flow orientation of the panel content.

razor
[Parameter]
public Orientation? Direction { get; set; }

Example

razor
<Panel Direction="Orientation.Vertical">
    <h2>Product</h2>
    <span>@_product.Title</span>
</Panel>

Sign in