StyleProperties
open class StyleProperties(borderColor: String?, textColor: String?, showLabel: Boolean?, creationStyle: String?, creationTime: Double?, animate: AnimationProperties?, duration: Int?) : StylesheetProperty
Content copied to clipboard
Style properties for when a data structure is being created or is "at rest" on screen
Constructors
StyleProperties
Link copied to clipboard
fun StyleProperties(borderColor: String? = null, textColor: String? = null, showLabel: Boolean? = null, creationStyle: String? = null, creationTime: Double? = null, animate: AnimationProperties? = null, duration: Int? = null)
Content copied to clipboard
Create empty Style properties
Functions
Properties
animate
Link copied to clipboard
borderColor
Link copied to clipboard
creationStyle
Link copied to clipboard
creationTime
Link copied to clipboard