Search
SpinnerComponent.Background Property
See Also
 





Gets or sets the brush used to fill the background of the spinner.

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

 Syntax

C#  Copy Code

public Brush Background { get; set; }

Visual Basic  Copy Code

Public Property Background As Brush

 Property Value

An instance of a Brush-derived class.

 See Also