Gets or sets the factor that is used to derive the two gradient colors. This value should typically be between 0-1, and the smaller the value, the larger the distance between the two colors.

Namespace:  Mindscape.WpfDiagramming.StarDiagrams
Assembly:  Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double ColorFactor { get; set; }
Visual Basic (Declaration)
Public Property ColorFactor As Double

See Also