| CellStyle プロパティ |
CellStyle 型で公開されるメンバーは次の通りです。
| 名前 | 説明 | |
|---|---|---|
| Background |
セルの背景を描画するために使用される Brush を取得または設定します。
| |
| BorderBrush |
セルの境界をレンダリングするために使用される Brush を取得または設定します。
| |
| BorderThickness |
セル境界の Thickness を取得または設定します。
| |
| CornerRadius |
セル境界の CornerRadius を取得または設定します。
| |
| FontFamily |
セルのテキストのレンダリングに使用する FontFamily を取得または設定します。
| |
| FontSize | セルのテキストのレンダリングに使用されるフォントのサイズを取得または設定します。 | |
| FontStyle |
セルのテキストのレンダリングに使用する FontStyle を取得または設定します。
| |
| FontWeight |
セルのテキストのレンダリングに使用する FontWeight を取得または設定します。
| |
| Foreground |
セルのテキストを描画するために使用される Brush を取得または設定します。
| |
| HorizontalAlignment |
セルコンテンツの HorizontalAlignment を取得または設定します。
| |
| Tag |
この CellStyle に関するカスタム情報を格納するために使用できる任意のオブジェクト値を取得または設定します。
| |
| TextDecorations |
セル内のテキストに適用する TextDecorationCollection を取得または設定します。
| |
| TextTrimming |
セルのテキストのレンダリングに使用する TextTrimming を取得または設定します。
| |
| TextWrapping | テキストをセル内にラップするかどうかを取得または設定します。 | |
| VerticalAlignment |
セルコンテンツの VerticalAlignment を取得または設定します。
|