[]
Toolbar button that center aligns the content of a table cell in a C1RichTextBox.
public class C1VerticalCenterAlignTool : C1ToggleButtonTool<C1VerticalAlignment?>, IUpdateableTool
| Name | Description |
|---|---|
| C1VerticalCenterAlignTool() | Initializes a new instance of a C1VerticalCenterAlignTool. |
| Name | Description |
|---|---|
| CheckedValue | |
| UnCheckedValue |
| Name | Description |
|---|---|
| GetValue(C1TextRange) | |
| SetValue(C1TextRange, C1VerticalAlignment?) | |
| Update() | Method called when the tool should update its state. |