예제 #1
0
 get => (SolidColorBrush)this.GetValue(BrushProperty); set => this.SetValue(BrushProperty, value);
예제 #2
0
파일: PathIcon.cs 프로젝트: Egaros/lib
 set => SetValue(BrushProperty, value);
예제 #3
0
 set => base.SetValue(BrushProperty, value);