Split Resource Keys
The following tables describe resource keys related to vertical and horizontal splits:
Vertical Split Resource Keys
The following vertical split resource keys are included:
Resource Key |
Description |
C1DataGrid_SplitVerticalTop_Brush |
Represents the vertical splitter's left top brush. |
C1DataGrid_SplitVerticalTop_HoverBrush |
Represents the vertical splitter's top line brush when the pointer is over the splitter bar. |
C1DataGrid_SplitVerticalTop_SelectedBrush |
Represents the selected vertical splitter's top line brush. |
C1DataGrid_SplitVerticalTop_Thickness |
Represents the vertical splitter's top line thickness. |
C1DataGrid_SplitVerticalCenter_Brush |
Represents the vertical splitter's center line brush. |
C1DataGrid_SplitVerticalCenter_HoverBrush |
Represents the vertical splitter's center line brush when the pointer is over the splitter bar. |
C1DataGrid_SplitVerticalCenter_SelectedBrush |
Represents the selected vertical splitter's center line brush. |
C1DataGrid_SplitVerticalCenter_Thickness |
Represents the vertical splitter's center line thickness. |
C1DataGrid_SplitVerticalBottom_Brush |
Represents the vertical splitter's bottom line brush. |
C1DataGrid_SplitVerticalBottom_HoverBrush |
Represents the vertical splitter's bottom line brush when the pointer is over the splitter bar. |
C1DataGrid_SplitVerticalBottom_SelectedBrush |
Represents the selected vertical splitter's bottom line brush. |
C1DataGrid_SplitVerticalBottom_Thickness |
Represents the vertical splitter's bottom line thickness. |
Horizontal Split Resource Keys
The following horizontal split resource keys are included:
Resource Key |
Description |
C1DataGrid_SplitHorizontalLeft_Brush |
Represents the horizontal splitter's left line brush. |
C1DataGrid_SplitHorizontalLeft_HoverBrush |
Represents the horizontal splitter's left line brush on when the pointer is over the splitter bar. |
C1DataGrid_SplitHorizontalLeft_SelectedBrush |
Represents the selected horizontal splitter's left line brush. |
C1DataGrid_SplitHorizontalLeft_Thickness |
Represents the horizontal splitter's left line thickness. |
C1DataGrid_SplitHorizontalCenter_Brush |
Represents the horizontal splitter's center line brush. |
C1DataGrid_SplitHorizontalCenter_HoverBrush |
Represents the horizontal splitter's center line brush when the pointer is over the splitter bar. |
C1DataGrid_SplitHorizontalCenter_SelectedBrush |
Represents the selected horizontal splitter's center line brush. |
C1DataGrid_SplitHorizontalCenter_Thickness |
Represents the horizontal splitter's center line thickness. |
C1DataGrid_SplitHorizontalRight_Brush |
Represents the horizontal splitter's right line brush. |
C1DataGrid_SplitHorizontalRight_HoverBrush |
Represents the horizontal splitter's right line brush when the pointer is over the splitter bar. |
C1DataGrid_SplitHorizontalRight_SelectedBrush |
Represents the selected horizontal's splitter right line brush. |
C1DataGrid_SplitHorizontalRight_Thickness |
Represents the horizontal splitter's right line thickness. |
|