❔ I can't see text opacity property in csharp .net form.
How can i change label's opacity?
3 Replies
By .net form you mean windows forms? If so as far as I can tell, there isn't an opacity property. You could try changing the
BackColor
/ForeColor
to a color with an alpha value(which is transparency/opacity) using Color.FromArgb
https://learn.microsoft.com/en-us/dotnet/api/system.windows.media.color.fromargb?view=windowsdesktop-7.0thank you bro
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.