[]
Simplified toolbar button that aligns text to the center in a C1RichTextBox.
public class C1SimplifiedCenterAlignTool : C1ToggleItemTool<C1TextAlignment?>, IUpdateableTool
| Name | Description |
|---|---|
| C1SimplifiedCenterAlignTool() | Initializes a new instance of a C1SimplifiedCenterAlignTool. |
| Name | Description |
|---|---|
| CheckedValue | |
| UnCheckedValue |
| Name | Description |
|---|---|
| GetValue(C1TextRange) | |
| SetValue(C1TextRange, C1TextAlignment?) | |
| Update() | Method called when the tool should update its state. |