SimpleButton Fields
A simple button.| Name | Description |
|---|---|
| BorderColorProperty static | Identifies the BorderColor dependency property. |
| BorderThicknessProperty static | Identifies the BorderThickness dependency property. |
| CommandParameterProperty static | Identifies the CommandParameter dependency property. |
| CommandProperty static | Identifies the Command dependency property. |
| ContentProperty static | Identifies the Content dependency property. |
| CornerModeProperty static | Identifies the CornerMode dependency property. |
| CornerRadiusProperty static | Identifies the CornerRadius dependency property. |
| DisabledBackgroundColorProperty static | Identifies the DisabledBackgroundColor dependency property. |
| DisabledBorderColorProperty static | Identifies the DisabledBorderColor dependency property. |
| DisabledIconColorProperty static | Identifies the DisabledIconColor dependency property. |
| DisabledTextColorProperty static | Identifies the DisabledTextColor dependency property. |
| FontAttributesProperty static | Identifies the FontAttributes dependency property. |
| FontFamilyProperty static | Identifies the FontFamily dependency property. |
| FontSizeProperty static | Identifies the FontSize dependency property. |
| HorizontalContentAlignmentProperty static | Identifies the HorizontalContentAlignment dependency property. |
| IconColorProperty static | Identifies the IconColor dependency property. |
| IconHorizontalPositionProperty static | Identifies the IconHorizontalPosition dependency property. |
| IconIndentProperty static | Identifies the IconIndent dependency property. |
| IconProperty static | Identifies the Icon dependency property. |
| IconVisibleProperty static | Identifies the IconVisible dependency property. |
| IsPressedProperty static | Identifies the IsPressed dependency property. |
| IsPressedPropertyKey static | |
| PaddingProperty static | Identifies the Padding dependency property. |
| PressedBackgroundColorProperty static | Identifies the PressedBackgroundColor dependency property. |
| PressedBorderColorProperty static | Identifies the PressedBorderColor dependency property. |
| PressedIconColorProperty static | Identifies the PressedIconColor dependency property. |
| PressedTextColorProperty static | Identifies the PressedTextColor dependency property. |
| ShowShadowProperty static | Identifies the ShowShadow dependency property. |
| TextColorProperty static | Identifies the TextColor dependency property. |
| TextProperty static | Identifies the Text dependency property. |
| UseRippleEffectProperty static | Identifies the UseRippleEffect dependency property. |
| VerticalContentAlignmentProperty static | Identifies the VerticalContentAlignment dependency property. |
See Also