[]
Button with a built-in style matching the suite.
public class C1Button : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource, IDisposable
| Name | Description |
|---|---|
| C1Button() | Initializes a new instance of the C1Button class. |
| Name | Description |
|---|---|
| BorderAlignmentProperty | Identifies the BorderAlignment dependency property. |
| CornerRadiusProperty | Identifies the CornerRadius dependency property. |
| FocusBrushProperty | Identifies the FocusBrush dependency property. |
| MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. |
| PressedBrushProperty | Identifies the PressedBrush dependency property. |
| Name | Description |
|---|---|
| AccentStyle | Gets a style used for default buttons. |
| AccentStyleKey | Resource key for a button accent style. |
| BorderAlignment | Gets or sets the alignment of the border relative to the control bounds. |
| CornerRadius | Gets or sets the corners radius. |
| FocusBrush | Gets or sets the Brush used to highlight the focused control. |
| IsDisposed | Gets whether this instance is disposed. |
| MouseOverBrush | Gets or sets the Brush used to highlight the control when it has the mouse over. |
| PressedBrush | Gets or sets the Brush used to paint a button when it is pressed. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1Button class. |
| OnApplyTemplate() | |
| OnPropertyChanged(DependencyPropertyChangedEventArgs) | |
| OnTouchDown(TouchEventArgs) |