[]
Initializes a new RepeatButtonElement with specified style and content.
public RepeatButtonElement(Style style, params object[] content)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
object[] | content | An Array of objects to display as content. |
Initializes a new RepeatButtonElement with specified style.
public RepeatButtonElement(Style style)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
Initializes a new RepeatButtonElement with specified content.
public RepeatButtonElement(params object[] content)
Type | Name | Description |
---|---|---|
object[] | content | An Array of objects to display as content. |
Initializes a new RepeatButtonElement.
public RepeatButtonElement()