共用方式為


TimedTextRubyAlign 列舉

定義

指定 ruby 文字容器注釋所產生的內嵌區域中 ruby 文字的位置。

public enum class TimedTextRubyAlign
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 786432)]
enum class TimedTextRubyAlign
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 786432)]
public enum TimedTextRubyAlign
var value = Windows.Media.Core.TimedTextRubyAlign.center
Public Enum TimedTextRubyAlign
繼承
TimedTextRubyAlign
屬性

Windows 需求

裝置系列
Windows 10, version 2104 (已於 10.0.20348.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v12.0 引進)

欄位

Center 0

Ruby 內容會置中于其方塊中

End 2

Ruby 內容會與其方塊的開始邊緣對齊。

SpaceAround 3

ruby 內容會依標準文字對齊定義而展開, (如文字對齊) 所定義。 有額外的理由機會,其空間會在 Ruby 內容前後散發一半。

SpaceBetween 4

Ruby 內容會依標準文字理由定義而展開, (如文字對齊) 所定義,不同之處在于,如果沒有理由機會,內容會置中。

Start 1

Ruby 內容會與其方塊的開始邊緣對齊。

WithBase 5

Ruby 內容會與其相關聯的 ruby 基底對齊。

備註

設定 TimedTextRuby.Align 屬性時,請使用這個列舉中的值。

適用於