ClosedCaptionStyle Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt den Stil geschlossener Untertitel Text an.
public enum class ClosedCaptionStyle
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ClosedCaptionStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ClosedCaptionStyle
var value = Windows.Media.ClosedCaptioning.ClosedCaptionStyle.default
Public Enum ClosedCaptionStyle
- Vererbung
-
ClosedCaptionStyle
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Felder
Casual | 5 | Entspannt. |
Cursive | 6 | Kursiv. |
Default | 0 | Der Standardstil. |
MonospacedWithoutSerifs | 3 | Monospaced ohne Serifen |
MonospacedWithSerifs | 1 | Monospaced mit Serifen. |
ProportionalWithoutSerifs | 4 | Proportional ohne Serifen. |
ProportionalWithSerifs | 2 | Proportional mit Serifen. |
SmallCapitals | 7 | Kleine Großbuchstaben. |