次の方法で共有


ClosedCaptionOpacity 列挙型

定義

閉じたキャプションテキストの不透明度を指定します。

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

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

既定の不透明度。

OneHundredPercent 1

100% 不透明。

SeventyFivePercent 2

75% 不透明。

TwentyFivePercent 3

25% 不透明。

ZeroPercent 4

完全に透明。

適用対象