Search
GradientBrush.Positions Property
See Also
 






Get or set positions there must be 6 values in 0 - 1 range.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

public List<Single> Positions { get; set; }

Visual Basic  Copy Code

Public Property Positions As List(Of Single)

 Property Value

 See Also