-
Notifications
You must be signed in to change notification settings - Fork 6
/
ILabel.xml
92 lines (92 loc) · 4.71 KB
/
ILabel.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
<Type Name="ILabel" FullName="Microsoft.Maui.ILabel">
<TypeSignature Language="C#" Value="public interface ILabel : Microsoft.Maui.IPadding, Microsoft.Maui.IText, Microsoft.Maui.ITextAlignment, Microsoft.Maui.IView" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit ILabel implements class Microsoft.Maui.IElement, class Microsoft.Maui.IPadding, class Microsoft.Maui.IText, class Microsoft.Maui.ITextAlignment, class Microsoft.Maui.ITextStyle, class Microsoft.Maui.ITransform, class Microsoft.Maui.IView" />
<TypeSignature Language="DocId" Value="T:Microsoft.Maui.ILabel" />
<TypeSignature Language="VB.NET" Value="Public Interface ILabel
Implements IPadding, IText, ITextAlignment, IView" />
<TypeSignature Language="C++ CLI" Value="public interface class ILabel : Microsoft::Maui::IPadding, Microsoft::Maui::IText, Microsoft::Maui::ITextAlignment, Microsoft::Maui::IView" />
<TypeSignature Language="F#" Value="type ILabel = interface
 interface IView
 interface IElement
 interface ITransform
 interface IText
 interface ITextStyle
 interface ITextAlignment
 interface IPadding" />
<AssemblyInfo>
<AssemblyName>Microsoft.Maui</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Maui.IElement</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Maui.IPadding</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Maui.IText</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Maui.ITextAlignment</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Maui.ITextStyle</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Maui.ITransform</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Maui.IView</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
Represents a View that displays text.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="LineHeight">
<MemberSignature Language="C#" Value="public double LineHeight { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance float64 LineHeight" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.ILabel.LineHeight" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property LineHeight As Double" />
<MemberSignature Language="C++ CLI" Value="public:
 property double LineHeight { double get(); };" />
<MemberSignature Language="F#" Value="member this.LineHeight : double" Usage="Microsoft.Maui.ILabel.LineHeight" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Double</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the line height applied to the Label.
Underline and strike-through text decorations can be applied.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="TextDecorations">
<MemberSignature Language="C#" Value="public Microsoft.Maui.TextDecorations TextDecorations { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Maui.TextDecorations TextDecorations" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.ILabel.TextDecorations" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property TextDecorations As TextDecorations" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Maui::TextDecorations TextDecorations { Microsoft::Maui::TextDecorations get(); };" />
<MemberSignature Language="F#" Value="member this.TextDecorations : Microsoft.Maui.TextDecorations" Usage="Microsoft.Maui.ILabel.TextDecorations" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.TextDecorations</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the text decoration applied to the Label.
Underline and strike-through text decorations can be applied.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>