Search
ShapeListBox.ShapeFillColor Property
See Also
 





Gets or sets the fill color of the shapes icons.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public Color ShapeFillColor { get; set; }

Visual Basic  Copy Code

Public Property ShapeFillColor As Color

 Property Value

An instance of the .NET Color structure. The default value is Color.Cyan.

 See Also