SwipeItemStyle Members
Stores the swipe item appearance settings.Constructors
| Name |
|---|
| SwipeItemStyle() |
| SwipeItemStyle(IStyledElement) |
Fields
| Name | Description |
|---|---|
| BackgroundColorProperty static | Identifies the BackgroundColor bindable property. Inherited from StyleBase. |
| FontAttributesProperty static | Identifies the FontAttributes bindable property. Inherited from StyleBase. |
| FontColorProperty static | Identifies the FontColor bindable property. Inherited from StyleBase. |
| FontFamilyProperty static | Identifies the FontFamily bindable property. Inherited from StyleBase. |
| FontSizeProperty static | Identifies the FontSize bindable property. Inherited from StyleBase. |
| TextDecorationsProperty static | Identifies the TextDecorations dependency property. Inherited from StyleBase. |
| WidthProperty static | Identifies the Width bindable property. |
Properties
| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the background color. Inherited from StyleBase. |
| FontAttributes | Gets or sets whether the text is bold or italic. Inherited from StyleBase. |
| FontColor | Gets or sets the font color. Inherited from StyleBase. |
| FontFamily | Gets or sets the font family name. Inherited from StyleBase. |
| FontSize | Gets or sets the font size. Inherited from StyleBase. |
| StyledElement | Inherited from StyleBase. |
| TextDecorations | Gets or sets whether the text is underlined and/or strike-through. Inherited from StyleBase. |
| Width | Gets or sets the swipe item width. |
See Also