|
<div id="control1" style="height:300px; position: relative; background-color:yellow">
<h1>Hallo Test1</h1>
</div>
<SfSpinner @ref="SpinnerObj" Target="@Target" CssClass="e-customClass" Width="50px" Type="SpinnerType.Material">
</SfSpinner>
@code {
public string Target { get; set; } = "#control1";
} |