[]
Represents a cell of the GridSizeEditor.
public class GridSizeEditor.Cell : DependencyObject
| Name | Description |
|---|---|
| Cell(GridSizeEditor) | Initializes a new instance of the GridSizeEditor.Cell class. |
| Name | Description |
|---|---|
| HighlightProperty | Identifies the Highlight dependency property. |
| IsHighlightedProperty | Identifies the IsHighlighted dependency property. |
| SelectedProperty | Identifies the Selected dependency property. |
| Name | Description |
|---|---|
| Column | Gets or sets the column index of the cell (0..x). |
| Highlight | Gets or sets a value indicating whether the cell is highlighted. |
| IsHighlighted | Gets or sets a value indicating whether this cell is highlighted. |
| Row | Gets or sets the row index of the cell (0..x). |
| Selected | Gets or sets a value indicating whether the cell is selected. |