SolidBrushInstantiator Property |
Note: This API is now obsolete.
Gets a delegate to instantiate objects of this type with minimal overhead
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [ObsoleteAttribute("Since 2.4: Use new SolidBrush() instead")]
public static Func<Color, SolidBrush> Instantiator { get; }
<ObsoleteAttribute("Since 2.4: Use new SolidBrush() instead")>
Public Shared ReadOnly Property Instantiator As Func(Of Color, SolidBrush)
Get
[<ObsoleteAttribute("Since 2.4: Use new SolidBrush() instead")>]
static member Instantiator : Func<Color, SolidBrush> with get
Property Value
Type:
FuncColor,
SolidBrushSee Also