123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.Gui.TextAlignment
- commentId: T:Terminal.Gui.TextAlignment
- id: TextAlignment
- parent: Terminal.Gui
- children:
- - Terminal.Gui.TextAlignment.Centered
- - Terminal.Gui.TextAlignment.Justified
- - Terminal.Gui.TextAlignment.Left
- - Terminal.Gui.TextAlignment.Right
- langs:
- - csharp
- - vb
- name: TextAlignment
- nameWithType: TextAlignment
- fullName: Terminal.Gui.TextAlignment
- type: Enum
- source:
- remote:
- path: Terminal.Gui/Views/Label.cs
- branch: refactor_core
- repo: tig:tig/gui.cs.git
- id: TextAlignment
- path: ../Terminal.Gui/Views/Label.cs
- startLine: 16
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nText alignment enumeration, controls how text is displayed.\n"
- example: []
- syntax:
- content: public enum TextAlignment
- content.vb: Public Enum TextAlignment
- modifiers.csharp:
- - public
- - enum
- modifiers.vb:
- - Public
- - Enum
- - uid: Terminal.Gui.TextAlignment.Left
- commentId: F:Terminal.Gui.TextAlignment.Left
- id: Left
- parent: Terminal.Gui.TextAlignment
- langs:
- - csharp
- - vb
- name: Left
- nameWithType: TextAlignment.Left
- fullName: Terminal.Gui.TextAlignment.Left
- type: Field
- source:
- remote:
- path: Terminal.Gui/Views/Label.cs
- branch: refactor_core
- repo: tig:tig/gui.cs.git
- id: Left
- path: ../Terminal.Gui/Views/Label.cs
- startLine: 20
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nAligns the text to the left of the frame.\n"
- example: []
- syntax:
- content: Left = 0
- return:
- type: Terminal.Gui.TextAlignment
- modifiers.csharp:
- - public
- - const
- modifiers.vb:
- - Public
- - Const
- - uid: Terminal.Gui.TextAlignment.Right
- commentId: F:Terminal.Gui.TextAlignment.Right
- id: Right
- parent: Terminal.Gui.TextAlignment
- langs:
- - csharp
- - vb
- name: Right
- nameWithType: TextAlignment.Right
- fullName: Terminal.Gui.TextAlignment.Right
- type: Field
- source:
- remote:
- path: Terminal.Gui/Views/Label.cs
- branch: refactor_core
- repo: tig:tig/gui.cs.git
- id: Right
- path: ../Terminal.Gui/Views/Label.cs
- startLine: 24
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nAligns the text to the right side of the frame.\n"
- example: []
- syntax:
- content: Right = 1
- return:
- type: Terminal.Gui.TextAlignment
- modifiers.csharp:
- - public
- - const
- modifiers.vb:
- - Public
- - Const
- - uid: Terminal.Gui.TextAlignment.Centered
- commentId: F:Terminal.Gui.TextAlignment.Centered
- id: Centered
- parent: Terminal.Gui.TextAlignment
- langs:
- - csharp
- - vb
- name: Centered
- nameWithType: TextAlignment.Centered
- fullName: Terminal.Gui.TextAlignment.Centered
- type: Field
- source:
- remote:
- path: Terminal.Gui/Views/Label.cs
- branch: refactor_core
- repo: tig:tig/gui.cs.git
- id: Centered
- path: ../Terminal.Gui/Views/Label.cs
- startLine: 28
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nCenters the text in the frame.\n"
- example: []
- syntax:
- content: Centered = 2
- return:
- type: Terminal.Gui.TextAlignment
- modifiers.csharp:
- - public
- - const
- modifiers.vb:
- - Public
- - Const
- - uid: Terminal.Gui.TextAlignment.Justified
- commentId: F:Terminal.Gui.TextAlignment.Justified
- id: Justified
- parent: Terminal.Gui.TextAlignment
- langs:
- - csharp
- - vb
- name: Justified
- nameWithType: TextAlignment.Justified
- fullName: Terminal.Gui.TextAlignment.Justified
- type: Field
- source:
- remote:
- path: Terminal.Gui/Views/Label.cs
- branch: refactor_core
- repo: tig:tig/gui.cs.git
- id: Justified
- path: ../Terminal.Gui/Views/Label.cs
- startLine: 32
- assemblies:
- - Terminal.Gui
- namespace: Terminal.Gui
- summary: "\nShows the text as justified text in the frame.\n"
- example: []
- syntax:
- content: Justified = 3
- return:
- type: Terminal.Gui.TextAlignment
- modifiers.csharp:
- - public
- - const
- modifiers.vb:
- - Public
- - Const
- references:
- - uid: Terminal.Gui
- commentId: N:Terminal.Gui
- name: Terminal.Gui
- nameWithType: Terminal.Gui
- fullName: Terminal.Gui
- - uid: Terminal.Gui.TextAlignment
- commentId: T:Terminal.Gui.TextAlignment
- parent: Terminal.Gui
- name: TextAlignment
- nameWithType: TextAlignment
- fullName: Terminal.Gui.TextAlignment
- shouldSkipMarkup: true
|