styledSnapshotView
Create a styled SnapshotView.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun NodeContainer.styledSnapshotView(vararg styleClass: String, id: String? = null): SnapshotView
Add a styled SnapshotView to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
inline fun styledSnapshotView(vararg styleClass: String, id: String? = null, configuration: KtfxSnapshotView.() -> Unit): SnapshotView
Create a styled SnapshotView with configuration block.
Return
the styled control created.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.
inline fun NodeContainer.styledSnapshotView(vararg styleClass: String, id: String? = null, configuration: KtfxSnapshotView.() -> Unit): SnapshotView
Add a styled SnapshotView with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.