-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibraryIcon.idl
More file actions
30 lines (30 loc) · 1.02 KB
/
LibraryIcon.idl
File metadata and controls
30 lines (30 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// LottieGen version:
// 8.0.280224.1+42b1fb4fd6
//
// Command:
// LottieGen -GenerateColorBindings -Language Cppwinrt -Namespace SuiteInstaller -WinUIVersion 3.0 -InputFile libraryIcon.json
//
// Input file:
// libraryIcon.json (14508 bytes created 11:43+02:00 Nov 22 2024)
//
// LottieGen source:
// http://aka.ms/Lottie
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SuiteInstaller
{
runtimeclass LibraryIcon
: [default] Microsoft.UI.Xaml.Controls.IAnimatedVisualSource
, Microsoft.UI.Xaml.Controls.IAnimatedVisualSource2
{
LibraryIcon();
Windows.UI.Color AccentColor { get;set; };
};
}