Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add loading status to ToggleSwitch #29

Open
rabbitism opened this issue Jan 14, 2023 · 0 comments
Open

Add loading status to ToggleSwitch #29

rabbitism opened this issue Jan 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rabbitism
Copy link
Member

rabbitism commented Jan 14, 2023

Loading icon can be achieved by Arc + ConicRadioButton.

		<Arc Height="16" StrokeThickness="2" Width="16" StartAngle="0" SweepAngle="300" StrokeJoin="Round"  StrokeLineCap="Round" >
			<Arc.Stroke>
				<ConicGradientBrush Angle="70">
					<GradientStops>
						<GradientStop Offset="0.1" Color="Red"/>
						<GradientStop Offset="0.8" Color="Transparent"/>
					</GradientStops>
				</ConicGradientBrush>
			</Arc.Stroke>
		</Arc>

Might be useful in button, too.
image

@rabbitism rabbitism added the enhancement New feature or request label Jan 24, 2023
heartacker pushed a commit to heartacker/Semi.Avalonia that referenced this issue Mar 20, 2024
Update demo, fix several menu issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant