-
Notifications
You must be signed in to change notification settings - Fork 7
/
IShellAppearanceElement.xml
125 lines (125 loc) · 7.86 KB
/
IShellAppearanceElement.xml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<Type Name="IShellAppearanceElement" FullName="Microsoft.Maui.Controls.IShellAppearanceElement">
<TypeSignature Language="C#" Value="public interface IShellAppearanceElement" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit IShellAppearanceElement" />
<TypeSignature Language="DocId" Value="T:Microsoft.Maui.Controls.IShellAppearanceElement" />
<TypeSignature Language="VB.NET" Value="Public Interface IShellAppearanceElement" />
<TypeSignature Language="C++ CLI" Value="public interface class IShellAppearanceElement" />
<TypeSignature Language="F#" Value="type IShellAppearanceElement = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="EffectiveTabBarBackgroundColor">
<MemberSignature Language="C#" Value="public Microsoft.Maui.Graphics.Color EffectiveTabBarBackgroundColor { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Maui.Graphics.Color EffectiveTabBarBackgroundColor" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarBackgroundColor" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property EffectiveTabBarBackgroundColor As Color" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Maui::Graphics::Color ^ EffectiveTabBarBackgroundColor { Microsoft::Maui::Graphics::Color ^ get(); };" />
<MemberSignature Language="F#" Value="member this.EffectiveTabBarBackgroundColor : Microsoft.Maui.Graphics.Color" Usage="Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarBackgroundColor" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Graphics.Color</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EffectiveTabBarDisabledColor">
<MemberSignature Language="C#" Value="public Microsoft.Maui.Graphics.Color EffectiveTabBarDisabledColor { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Maui.Graphics.Color EffectiveTabBarDisabledColor" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarDisabledColor" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property EffectiveTabBarDisabledColor As Color" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Maui::Graphics::Color ^ EffectiveTabBarDisabledColor { Microsoft::Maui::Graphics::Color ^ get(); };" />
<MemberSignature Language="F#" Value="member this.EffectiveTabBarDisabledColor : Microsoft.Maui.Graphics.Color" Usage="Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarDisabledColor" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Graphics.Color</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EffectiveTabBarForegroundColor">
<MemberSignature Language="C#" Value="public Microsoft.Maui.Graphics.Color EffectiveTabBarForegroundColor { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Maui.Graphics.Color EffectiveTabBarForegroundColor" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarForegroundColor" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property EffectiveTabBarForegroundColor As Color" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Maui::Graphics::Color ^ EffectiveTabBarForegroundColor { Microsoft::Maui::Graphics::Color ^ get(); };" />
<MemberSignature Language="F#" Value="member this.EffectiveTabBarForegroundColor : Microsoft.Maui.Graphics.Color" Usage="Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarForegroundColor" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Graphics.Color</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EffectiveTabBarTitleColor">
<MemberSignature Language="C#" Value="public Microsoft.Maui.Graphics.Color EffectiveTabBarTitleColor { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Maui.Graphics.Color EffectiveTabBarTitleColor" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarTitleColor" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property EffectiveTabBarTitleColor As Color" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Maui::Graphics::Color ^ EffectiveTabBarTitleColor { Microsoft::Maui::Graphics::Color ^ get(); };" />
<MemberSignature Language="F#" Value="member this.EffectiveTabBarTitleColor : Microsoft.Maui.Graphics.Color" Usage="Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarTitleColor" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Graphics.Color</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EffectiveTabBarUnselectedColor">
<MemberSignature Language="C#" Value="public Microsoft.Maui.Graphics.Color EffectiveTabBarUnselectedColor { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Maui.Graphics.Color EffectiveTabBarUnselectedColor" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarUnselectedColor" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property EffectiveTabBarUnselectedColor As Color" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Maui::Graphics::Color ^ EffectiveTabBarUnselectedColor { Microsoft::Maui::Graphics::Color ^ get(); };" />
<MemberSignature Language="F#" Value="member this.EffectiveTabBarUnselectedColor : Microsoft.Maui.Graphics.Color" Usage="Microsoft.Maui.Controls.IShellAppearanceElement.EffectiveTabBarUnselectedColor" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui.Controls</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.Graphics.Color</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>