> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XClosedCaptionFontEdgeAttribute

> XClosedCaptionFontEdgeAttribute

# XClosedCaptionFontEdgeAttribute

クローズド キャプション テキストのエッジ スタイルを指定します。

## 構文

```cpp theme={null}
enum class XClosedCaptionFontEdgeAttribute  : uint32_t  
{  
    Default = 0,  
    NoEdgeAttribute = 1,  
    RaisedEdges = 2,  
    DepressedEdges = 3,  
    UniformedEdges = 4,  
    DropShadowedEdges = 5  
}  
```

## 定数

| 定数                | 説明                                            |
| ----------------- | --------------------------------------------- |
| Default           | クローズド キャプション テキストの周囲に既定のスタイルのエッジ/影を表示します。     |
| NoEdgeAttribute   | クローズド キャプション テキストの周囲にエッジや影を表示しません。            |
| RaisedEdges       | クローズド キャプション テキストの周囲に浮き上がったエッジ/影を表示します。       |
| DepressedEdges    | クローズド キャプション テキストの周囲に沈んだエッジ/影を表示します。          |
| UniformedEdges    | クローズド キャプション テキストの周囲に均一なエッジ/影を表示します。          |
| DropShadowedEdges | クローズド キャプション テキストの周囲にドロップ シャドウ付きのエッジ/影を表示します。 |

## 解説

[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties) 関数を呼び出すことで、現在のクローズド キャプション プロパティを取得できます。
[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties) 関数は、[XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties) 構造体へのポインターを引数として受け取ります。
**XClosedCaptionFontEdgeAttribute** 列挙型は [XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties) 構造体のメンバーです。

## 要件

**ヘッダー:** XAccessibility.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体、XBOX Series 本体

## 関連項目

[XAccessibility](/reference/system/xaccessibility/xaccessibility_members)

[XClosedCaptionGetProperties](/reference/system/xaccessibility/functions/xclosedcaptiongetproperties)

[XClosedCaptionProperties](/reference/system/xaccessibility/structs/xclosedcaptionproperties)


## Related topics

- [XClosedCaptionProperties](/ja-jp/reference/system/xaccessibility/structs/xclosedcaptionproperties.md)
- [XAccessibility](/ja-jp/reference/system/xaccessibility/xaccessibility_members.md)
- [XClosedCaptionFontStyle](/ja-jp/reference/system/xaccessibility/enums/xclosedcaptionfontstyle.md)
- [XClosedCaptionGetProperties](/ja-jp/reference/system/xaccessibility/functions/xclosedcaptiongetproperties.md)
- [XClosedCaptionSetEnabled](/ja-jp/reference/system/xaccessibility/functions/xclosedcaptionsetenabled.md)
