共用方式為


ClosedCaptionSize 列舉

定義

指定關閉標題文字的大小。

public enum class ClosedCaptionSize
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ClosedCaptionSize
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ClosedCaptionSize
var value = Windows.Media.ClosedCaptioning.ClosedCaptionSize.default
Public Enum ClosedCaptionSize
繼承
ClosedCaptionSize
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

Default 0

預設文字大小。

FiftyPercent 1

50% 文字大小。

OneHundredFiftyPercent 3

150% 的文字大小。

OneHundredPercent 2

100% 文字大小。

TwoHundredPercent 4

200% 文字大小。

適用於