HorizontalTextAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Values for HorizontalTextAlignmentAttribute.
public enum class HorizontalTextAlignment
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1FBE7021-A1E4-4e9b-BE94-2C7DFA59D5DD")]
public enum HorizontalTextAlignment
public enum HorizontalTextAlignment
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1FBE7021-A1E4-4e9b-BE94-2C7DFA59D5DD")>]
type HorizontalTextAlignment =
type HorizontalTextAlignment =
Public Enum HorizontalTextAlignment
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Aligned left. |
Centered | 1 | Centered. |
Right | 2 | Aligned right. |
Justified | 3 | Justified. |
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.