윈폼(Winform)
C# 그림자(Shadow) + 그라디언트(Gradient) 배경 라벨(Label)
그림자(Shadow) + 그라디언트(Gradient) 배경 라벨(Label) 그림자 색상, 위치 지정 가능 그라디언트 색상, 방향 지정 가능 ShadowLabel.cs using System; using System.ComponentModel; using System.Collections; using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; namespace ShadowLabelTest { [ToolboxItem(true)] public class ShadowLabel : Label { private bool _drawGradient = true; private Color _startColor = Color.W..
2021. 11. 18. 20:03
최근댓글