xamarin/Xamarin.Forms

[Bug] [UWP] Button characterSpacing UWP not working

开放

#9,291 创建于 2020年1月23日

 (2 条评论) (6 个反应) (0 位负责人)C# (1,926 个派生)batch import
a/buttone/5 :clock5:help wantedp/UWPt/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

Setting a button with CharacterSpacing does not respect it.

Steps to Reproduce

  1. Add a button with Text="Test" and CharacterSpacing=200 (for example). Also add it with a Label instead to see the difference.
  2. Run in UWP
  3. Label respects CharacterSpacing, Button does not.

Expected Behavior

Same behavior than Label

Actual Behavior

Does not have same behavior than Label -> No spacing

Basic Information

Version with issue: 4.4.0.991477 Last known good version: - IDE: Visual Studio 2019 16.4.2 Platform Target Frameworks: UWP: 18362 Affected Devices: Windows PC

贡献者指南