Search
SpinnerComponent.ButtonContentColor Property
See Also
 





Gets or sets the color of the content of the spinner's buttons.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color ButtonContentColor { get; set; }

Visual Basic  Copy Code

Public Property ButtonContentColor As Color

 Property Value

A Color object.

 See Also