123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.TextAlignment
- id: TextAlignment
- children:
- - Terminal.TextAlignment.Centered
- - Terminal.TextAlignment.Justified
- - Terminal.TextAlignment.Left
- - Terminal.TextAlignment.Right
- langs:
- - csharp
- name: TextAlignment
- nameWithType: TextAlignment
- fullName: Terminal.TextAlignment
- type: Enum
- assemblies:
- - Terminal
- namespace: Terminal
- syntax:
- content: public enum TextAlignment
- inheritance:
- - System.Enum
- - uid: Terminal.TextAlignment.Centered
- id: Centered
- parent: Terminal.TextAlignment
- langs:
- - csharp
- name: Centered
- nameWithType: TextAlignment.Centered
- fullName: TextAlignment.Centered
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- syntax:
- content: Centered
- return:
- type: Terminal.TextAlignment
- description: To be added.
- exceptions: []
- - uid: Terminal.TextAlignment.Justified
- id: Justified
- parent: Terminal.TextAlignment
- langs:
- - csharp
- name: Justified
- nameWithType: TextAlignment.Justified
- fullName: TextAlignment.Justified
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- syntax:
- content: Justified
- return:
- type: Terminal.TextAlignment
- description: To be added.
- exceptions: []
- - uid: Terminal.TextAlignment.Left
- id: Left
- parent: Terminal.TextAlignment
- langs:
- - csharp
- name: Left
- nameWithType: TextAlignment.Left
- fullName: TextAlignment.Left
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- syntax:
- content: Left
- return:
- type: Terminal.TextAlignment
- description: To be added.
- exceptions: []
- - uid: Terminal.TextAlignment.Right
- id: Right
- parent: Terminal.TextAlignment
- langs:
- - csharp
- name: Right
- nameWithType: TextAlignment.Right
- fullName: TextAlignment.Right
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- syntax:
- content: Right
- return:
- type: Terminal.TextAlignment
- description: To be added.
- exceptions: []
- references:
- - uid: System.Enum
- parent: System
- isExternal: true
- name: Enum
- nameWithType: Enum
- fullName: System.Enum
- - uid: Terminal.TextAlignment.Centered
- parent: Terminal.TextAlignment
- isExternal: false
- name: Centered
- nameWithType: TextAlignment.Centered
- fullName: TextAlignment.Centered
- - uid: Terminal.TextAlignment
- parent: Terminal
- isExternal: false
- name: TextAlignment
- nameWithType: TextAlignment
- fullName: Terminal.TextAlignment
- - uid: Terminal.TextAlignment.Justified
- parent: Terminal.TextAlignment
- isExternal: false
- name: Justified
- nameWithType: TextAlignment.Justified
- fullName: TextAlignment.Justified
- - uid: Terminal.TextAlignment.Left
- parent: Terminal.TextAlignment
- isExternal: false
- name: Left
- nameWithType: TextAlignment.Left
- fullName: TextAlignment.Left
- - uid: Terminal.TextAlignment.Right
- parent: Terminal.TextAlignment
- isExternal: false
- name: Right
- nameWithType: TextAlignment.Right
- fullName: TextAlignment.Right
|