Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 393 Bytes

IconElementMarkup.md

File metadata and controls

23 lines (19 loc) · 393 Bytes

IconElement

IconElementMarkup

using UWP.Markup;
using UWP.Markup.IconElement;

Custom Methods

Foreground(Color color)

Sets a Color that describes the foreground color.

.Foreground(Colors.Red)

WinUI Methods

UriSource(Brush foreground)

Sets a brush that describes the foreground color.

.Foreground(new SolidBrush(Colors.Red))