ClosedCaptionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exposes properties for retrieving the closed caption formatting settings that the user can set through the system's closed captioning settings page.
public ref class ClosedCaptionProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ClosedCaptionProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class ClosedCaptionProperties
Public Class ClosedCaptionProperties
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
BackgroundColor |
Gets the background color of lines of closed caption text. |
BackgroundOpacity |
Gets the background opacity of lines of closed caption text. |
ComputedBackgroundColor |
Gets the computed background color of lines of closed caption text. |
ComputedFontColor |
Gets the computed font color for closed caption text. |
ComputedRegionColor |
Gets the computed region color for closed caption text. |
FontColor |
Gets the font color for closed caption text. |
FontEffect |
Gets the font effect for closed caption text. |
FontOpacity |
Gets the font opacity for closed caption text. |
FontSize |
Gets the font size for closed caption text. |
FontStyle |
Gets the font style for closed caption text. |
RegionColor |
Gets the region color for closed caption text. |
RegionOpacity |
Gets the region opacity for closed caption text. |
Events
PropertiesChanged |