System.Windows.Forms.FlatStyle
doc falsely claims with System
style the TextAlign
is completely ignored
#10800
Labels
area-WinForms
Issues or PRs that relate to WinForms.
untriaged
New issue has not been triaged by the area owner
Type of issue
Missing information
Description
Documentation for the FlatStyle Enum has following remark.
But at least on my machine (Windows 10, .NET 4.8) only the vertical part of the alignment is ignored:
TopLeft
,MiddleLeft
, andBottomLeft
are all rendered asTopLeft
;TopCenter
,MiddleCenter
,BottomCenter
asTopCenter
;TopRight
,MiddleRight
,BottomRight
asTopRight
.Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.flatstyle?view=netframework-4.8.1
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Windows.Forms/FlatStyle.xml
Document Version Independent Id
2a79cdec-bd83-fc03-e5fe-22a16e1c86dc
Article author
@dotnet-bot
The text was updated successfully, but these errors were encountered: