-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathIGridRowDefinition.xml
45 lines (45 loc) · 2.15 KB
/
IGridRowDefinition.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
<Type Name="IGridRowDefinition" FullName="Microsoft.Maui.IGridRowDefinition">
<TypeSignature Language="C#" Value="public interface IGridRowDefinition" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract beforefieldinit IGridRowDefinition" />
<TypeSignature Language="DocId" Value="T:Microsoft.Maui.IGridRowDefinition" />
<TypeSignature Language="VB.NET" Value="Public Interface IGridRowDefinition" />
<TypeSignature Language="C++ CLI" Value="public interface class IGridRowDefinition" />
<TypeSignature Language="F#" Value="type IGridRowDefinition = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.Maui</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>
Provides the properties for a row in a GridLayout.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Height">
<MemberSignature Language="C#" Value="public Microsoft.Maui.GridLength Height { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.Maui.GridLength Height" />
<MemberSignature Language="DocId" Value="P:Microsoft.Maui.IGridRowDefinition.Height" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Height As GridLength" />
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::Maui::GridLength Height { Microsoft::Maui::GridLength get(); };" />
<MemberSignature Language="F#" Value="member this.Height : Microsoft.Maui.GridLength" Usage="Microsoft.Maui.IGridRowDefinition.Height" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Maui</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Maui.GridLength</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the height of the row.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>