Search
SliderComponent.ButtonContentColor Property
See Also
 





Gets or sets the color of the content of the slider'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 instance.

 See Also