### YamlMime:ManagedReference items: - uid: MLEM.Ui.Anchor commentId: T:MLEM.Ui.Anchor id: Anchor parent: MLEM.Ui children: - MLEM.Ui.Anchor.AutoCenter - MLEM.Ui.Anchor.AutoInline - MLEM.Ui.Anchor.AutoInlineBottom - MLEM.Ui.Anchor.AutoInlineBottomIgnoreOverflow - MLEM.Ui.Anchor.AutoInlineCenter - MLEM.Ui.Anchor.AutoInlineCenterIgnoreOverflow - MLEM.Ui.Anchor.AutoInlineIgnoreOverflow - MLEM.Ui.Anchor.AutoLeft - MLEM.Ui.Anchor.AutoRight - MLEM.Ui.Anchor.BottomCenter - MLEM.Ui.Anchor.BottomLeft - MLEM.Ui.Anchor.BottomRight - MLEM.Ui.Anchor.Center - MLEM.Ui.Anchor.CenterLeft - MLEM.Ui.Anchor.CenterRight - MLEM.Ui.Anchor.TopCenter - MLEM.Ui.Anchor.TopLeft - MLEM.Ui.Anchor.TopRight langs: - csharp - vb name: Anchor nameWithType: Anchor fullName: MLEM.Ui.Anchor type: Enum source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Anchor path: ../MLEM.Ui/Anchor.cs startLine: 6 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Represents a location for an to attach to within its parent (or within the screen's viewport if it is the ). example: [] syntax: content: public enum Anchor content.vb: Public Enum Anchor extensionMethods: - MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsAuto - MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow - MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsInline - MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsLeftAligned - MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsTopAligned - uid: MLEM.Ui.Anchor.TopLeft commentId: F:MLEM.Ui.Anchor.TopLeft id: TopLeft parent: MLEM.Ui.Anchor langs: - csharp - vb name: TopLeft nameWithType: Anchor.TopLeft fullName: MLEM.Ui.Anchor.TopLeft type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TopLeft path: ../MLEM.Ui/Anchor.cs startLine: 11 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the top left corner of the parent example: [] syntax: content: TopLeft = 0 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.TopCenter commentId: F:MLEM.Ui.Anchor.TopCenter id: TopCenter parent: MLEM.Ui.Anchor langs: - csharp - vb name: TopCenter nameWithType: Anchor.TopCenter fullName: MLEM.Ui.Anchor.TopCenter type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TopCenter path: ../MLEM.Ui/Anchor.cs startLine: 15 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the center of the top edge of the parent example: [] syntax: content: TopCenter = 1 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.TopRight commentId: F:MLEM.Ui.Anchor.TopRight id: TopRight parent: MLEM.Ui.Anchor langs: - csharp - vb name: TopRight nameWithType: Anchor.TopRight fullName: MLEM.Ui.Anchor.TopRight type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: TopRight path: ../MLEM.Ui/Anchor.cs startLine: 19 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the top right corner of the parent example: [] syntax: content: TopRight = 2 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.CenterLeft commentId: F:MLEM.Ui.Anchor.CenterLeft id: CenterLeft parent: MLEM.Ui.Anchor langs: - csharp - vb name: CenterLeft nameWithType: Anchor.CenterLeft fullName: MLEM.Ui.Anchor.CenterLeft type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CenterLeft path: ../MLEM.Ui/Anchor.cs startLine: 23 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the center of the left edge of the parent example: [] syntax: content: CenterLeft = 3 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.Center commentId: F:MLEM.Ui.Anchor.Center id: Center parent: MLEM.Ui.Anchor langs: - csharp - vb name: Center nameWithType: Anchor.Center fullName: MLEM.Ui.Anchor.Center type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Center path: ../MLEM.Ui/Anchor.cs startLine: 27 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the center position of the parent example: [] syntax: content: Center = 4 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.CenterRight commentId: F:MLEM.Ui.Anchor.CenterRight id: CenterRight parent: MLEM.Ui.Anchor langs: - csharp - vb name: CenterRight nameWithType: Anchor.CenterRight fullName: MLEM.Ui.Anchor.CenterRight type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: CenterRight path: ../MLEM.Ui/Anchor.cs startLine: 31 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the center of the right edge of the parent example: [] syntax: content: CenterRight = 5 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.BottomLeft commentId: F:MLEM.Ui.Anchor.BottomLeft id: BottomLeft parent: MLEM.Ui.Anchor langs: - csharp - vb name: BottomLeft nameWithType: Anchor.BottomLeft fullName: MLEM.Ui.Anchor.BottomLeft type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: BottomLeft path: ../MLEM.Ui/Anchor.cs startLine: 35 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the bottom left corner of the parent example: [] syntax: content: BottomLeft = 6 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.BottomCenter commentId: F:MLEM.Ui.Anchor.BottomCenter id: BottomCenter parent: MLEM.Ui.Anchor langs: - csharp - vb name: BottomCenter nameWithType: Anchor.BottomCenter fullName: MLEM.Ui.Anchor.BottomCenter type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: BottomCenter path: ../MLEM.Ui/Anchor.cs startLine: 39 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the center of the bottom edge of the parent example: [] syntax: content: BottomCenter = 7 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.BottomRight commentId: F:MLEM.Ui.Anchor.BottomRight id: BottomRight parent: MLEM.Ui.Anchor langs: - csharp - vb name: BottomRight nameWithType: Anchor.BottomRight fullName: MLEM.Ui.Anchor.BottomRight type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: BottomRight path: ../MLEM.Ui/Anchor.cs startLine: 43 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: Attach to the bottom right corner of the parent example: [] syntax: content: BottomRight = 8 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoLeft commentId: F:MLEM.Ui.Anchor.AutoLeft id: AutoLeft parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoLeft nameWithType: Anchor.AutoLeft fullName: MLEM.Ui.Anchor.AutoLeft type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoLeft path: ../MLEM.Ui/Anchor.cs startLine: 49 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor will cause an element to be placed below its older sibling, aligned to the left edge of its parent. example: [] syntax: content: AutoLeft = 9 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoCenter commentId: F:MLEM.Ui.Anchor.AutoCenter id: AutoCenter parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoCenter nameWithType: Anchor.AutoCenter fullName: MLEM.Ui.Anchor.AutoCenter type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoCenter path: ../MLEM.Ui/Anchor.cs startLine: 54 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor will cause an element to be placed below its older sibling, aligned to the horizontal center of its parent. example: [] syntax: content: AutoCenter = 10 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoRight commentId: F:MLEM.Ui.Anchor.AutoRight id: AutoRight parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoRight nameWithType: Anchor.AutoRight fullName: MLEM.Ui.Anchor.AutoRight type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoRight path: ../MLEM.Ui/Anchor.cs startLine: 59 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor will cause an element to be placed below its older sibling, aligned to the right edge of its parent. example: [] syntax: content: AutoRight = 11 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoInline commentId: F:MLEM.Ui.Anchor.AutoInline id: AutoInline parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoInline nameWithType: Anchor.AutoInline fullName: MLEM.Ui.Anchor.AutoInline type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoInline path: ../MLEM.Ui/Anchor.cs startLine: 64 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor will cause an element to be placed at the top right of its older sibling, or at the start of the next line if there is no space to the right of its older sibling. example: [] syntax: content: AutoInline = 12 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoInlineIgnoreOverflow commentId: F:MLEM.Ui.Anchor.AutoInlineIgnoreOverflow id: AutoInlineIgnoreOverflow parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoInlineIgnoreOverflow nameWithType: Anchor.AutoInlineIgnoreOverflow fullName: MLEM.Ui.Anchor.AutoInlineIgnoreOverflow type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoInlineIgnoreOverflow path: ../MLEM.Ui/Anchor.cs startLine: 70 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor is an overflow-ignoring version of , meaning that the element will never be forced into the next line. Note that, when using this property, it is very easy to cause an element to overflow out of its parent container. example: [] syntax: content: AutoInlineIgnoreOverflow = 13 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoInlineCenter commentId: F:MLEM.Ui.Anchor.AutoInlineCenter id: AutoInlineCenter parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoInlineCenter nameWithType: Anchor.AutoInlineCenter fullName: MLEM.Ui.Anchor.AutoInlineCenter type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoInlineCenter path: ../MLEM.Ui/Anchor.cs startLine: 75 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor will cause an element to be placed at the center right of its older sibling, or at the start of the next line if there is no space to the right of its older sibling. example: [] syntax: content: AutoInlineCenter = 14 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoInlineCenterIgnoreOverflow commentId: F:MLEM.Ui.Anchor.AutoInlineCenterIgnoreOverflow id: AutoInlineCenterIgnoreOverflow parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoInlineCenterIgnoreOverflow nameWithType: Anchor.AutoInlineCenterIgnoreOverflow fullName: MLEM.Ui.Anchor.AutoInlineCenterIgnoreOverflow type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoInlineCenterIgnoreOverflow path: ../MLEM.Ui/Anchor.cs startLine: 81 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor is an overflow-ignoring version of , meaning that the element will never be forced into the next line. Note that, when using this property, it is very easy to cause an element to overflow out of its parent container. example: [] syntax: content: AutoInlineCenterIgnoreOverflow = 15 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoInlineBottom commentId: F:MLEM.Ui.Anchor.AutoInlineBottom id: AutoInlineBottom parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoInlineBottom nameWithType: Anchor.AutoInlineBottom fullName: MLEM.Ui.Anchor.AutoInlineBottom type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoInlineBottom path: ../MLEM.Ui/Anchor.cs startLine: 86 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor will cause an element to be placed at the bottom right of its older sibling, or at the start of the next line if there is no space to the right of its older sibling. example: [] syntax: content: AutoInlineBottom = 16 return: type: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoInlineBottomIgnoreOverflow commentId: F:MLEM.Ui.Anchor.AutoInlineBottomIgnoreOverflow id: AutoInlineBottomIgnoreOverflow parent: MLEM.Ui.Anchor langs: - csharp - vb name: AutoInlineBottomIgnoreOverflow nameWithType: Anchor.AutoInlineBottomIgnoreOverflow fullName: MLEM.Ui.Anchor.AutoInlineBottomIgnoreOverflow type: Field source: remote: path: MLEM.Ui/Anchor.cs branch: main repo: https://github.com/Ellpeck/MLEM id: AutoInlineBottomIgnoreOverflow path: ../MLEM.Ui/Anchor.cs startLine: 92 assemblies: - MLEM.Ui namespace: MLEM.Ui summary: >- This is an auto-anchoring value. This anchor is an overflow-ignoring version of , meaning that the element will never be forced into the next line. Note that, when using this property, it is very easy to cause an element to overflow out of its parent container. example: [] syntax: content: AutoInlineBottomIgnoreOverflow = 17 return: type: MLEM.Ui.Anchor references: - uid: MLEM.Ui.Elements.Element commentId: T:MLEM.Ui.Elements.Element parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.Element.html name: Element nameWithType: Element fullName: MLEM.Ui.Elements.Element - uid: MLEM.Ui.RootElement commentId: T:MLEM.Ui.RootElement parent: MLEM.Ui href: MLEM.Ui.RootElement.html name: RootElement nameWithType: RootElement fullName: MLEM.Ui.RootElement - uid: MLEM.Ui commentId: N:MLEM.Ui href: MLEM.html name: MLEM.Ui nameWithType: MLEM.Ui fullName: MLEM.Ui spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - uid: MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsAuto commentId: M:MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) parent: MLEM.Ui.Elements.ElementExtensions definition: MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsAuto_MLEM_Ui_Anchor_ name: IsAuto(Anchor) nameWithType: ElementExtensions.IsAuto(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) name: IsAuto href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsAuto_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) name: IsAuto href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsAuto_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow commentId: M:MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) parent: MLEM.Ui.Elements.ElementExtensions definition: MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsIgnoreOverflow_MLEM_Ui_Anchor_ name: IsIgnoreOverflow(Anchor) nameWithType: ElementExtensions.IsIgnoreOverflow(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) name: IsIgnoreOverflow href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsIgnoreOverflow_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) name: IsIgnoreOverflow href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsIgnoreOverflow_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsInline commentId: M:MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) parent: MLEM.Ui.Elements.ElementExtensions definition: MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsInline_MLEM_Ui_Anchor_ name: IsInline(Anchor) nameWithType: ElementExtensions.IsInline(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) name: IsInline href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsInline_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) name: IsInline href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsInline_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsLeftAligned commentId: M:MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) parent: MLEM.Ui.Elements.ElementExtensions definition: MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsLeftAligned_MLEM_Ui_Anchor_ name: IsLeftAligned(Anchor) nameWithType: ElementExtensions.IsLeftAligned(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) name: IsLeftAligned href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsLeftAligned_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) name: IsLeftAligned href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsLeftAligned_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Anchor.MLEM.Ui.Elements.ElementExtensions.IsTopAligned commentId: M:MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) parent: MLEM.Ui.Elements.ElementExtensions definition: MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsTopAligned_MLEM_Ui_Anchor_ name: IsTopAligned(Anchor) nameWithType: ElementExtensions.IsTopAligned(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) name: IsTopAligned href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsTopAligned_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) name: IsTopAligned href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsTopAligned_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements href: MLEM.html name: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements fullName: MLEM.Ui.Elements spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Elements name: Elements href: MLEM.Ui.Elements.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Ui name: Ui href: MLEM.Ui.html - name: . - uid: MLEM.Ui.Elements name: Elements href: MLEM.Ui.Elements.html - uid: MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) commentId: M:MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsAuto_MLEM_Ui_Anchor_ name: IsAuto(Anchor) nameWithType: ElementExtensions.IsAuto(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) name: IsAuto href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsAuto_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsAuto(MLEM.Ui.Anchor) name: IsAuto href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsAuto_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Elements.ElementExtensions commentId: T:MLEM.Ui.Elements.ElementExtensions parent: MLEM.Ui.Elements href: MLEM.Ui.Elements.ElementExtensions.html name: ElementExtensions nameWithType: ElementExtensions fullName: MLEM.Ui.Elements.ElementExtensions - uid: MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) commentId: M:MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsIgnoreOverflow_MLEM_Ui_Anchor_ name: IsIgnoreOverflow(Anchor) nameWithType: ElementExtensions.IsIgnoreOverflow(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) name: IsIgnoreOverflow href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsIgnoreOverflow_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsIgnoreOverflow(MLEM.Ui.Anchor) name: IsIgnoreOverflow href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsIgnoreOverflow_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) commentId: M:MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsInline_MLEM_Ui_Anchor_ name: IsInline(Anchor) nameWithType: ElementExtensions.IsInline(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) name: IsInline href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsInline_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsInline(MLEM.Ui.Anchor) name: IsInline href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsInline_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) commentId: M:MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsLeftAligned_MLEM_Ui_Anchor_ name: IsLeftAligned(Anchor) nameWithType: ElementExtensions.IsLeftAligned(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) name: IsLeftAligned href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsLeftAligned_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsLeftAligned(MLEM.Ui.Anchor) name: IsLeftAligned href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsLeftAligned_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) commentId: M:MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsTopAligned_MLEM_Ui_Anchor_ name: IsTopAligned(Anchor) nameWithType: ElementExtensions.IsTopAligned(Anchor) fullName: MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) spec.csharp: - uid: MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) name: IsTopAligned href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsTopAligned_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) spec.vb: - uid: MLEM.Ui.Elements.ElementExtensions.IsTopAligned(MLEM.Ui.Anchor) name: IsTopAligned href: MLEM.Ui.Elements.ElementExtensions.html#MLEM_Ui_Elements_ElementExtensions_IsTopAligned_MLEM_Ui_Anchor_ - name: ( - uid: MLEM.Ui.Anchor name: Anchor href: MLEM.Ui.Anchor.html - name: ) - uid: MLEM.Ui.Anchor commentId: T:MLEM.Ui.Anchor parent: MLEM.Ui href: MLEM.Ui.Anchor.html name: Anchor nameWithType: Anchor fullName: MLEM.Ui.Anchor - uid: MLEM.Ui.Anchor.AutoInline commentId: F:MLEM.Ui.Anchor.AutoInline href: MLEM.Ui.Anchor.html#MLEM_Ui_Anchor_AutoInline name: AutoInline nameWithType: Anchor.AutoInline fullName: MLEM.Ui.Anchor.AutoInline - uid: MLEM.Ui.Anchor.AutoInlineCenter commentId: F:MLEM.Ui.Anchor.AutoInlineCenter href: MLEM.Ui.Anchor.html#MLEM_Ui_Anchor_AutoInlineCenter name: AutoInlineCenter nameWithType: Anchor.AutoInlineCenter fullName: MLEM.Ui.Anchor.AutoInlineCenter - uid: MLEM.Ui.Anchor.AutoInlineBottom commentId: F:MLEM.Ui.Anchor.AutoInlineBottom href: MLEM.Ui.Anchor.html#MLEM_Ui_Anchor_AutoInlineBottom name: AutoInlineBottom nameWithType: Anchor.AutoInlineBottom fullName: MLEM.Ui.Anchor.AutoInlineBottom