Class VelloSolidBrush
Namespace: VelloSharp.WinForms
Assembly: VelloSharp.WinForms.Core.dll
public sealed class VelloSolidBrush : VelloBrush, IDisposable
Inheritance
object ← VelloBrush ← VelloSolidBrush
Implements
Inherited Members
VelloBrush.Transform, VelloBrush.Dispose(), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
VelloSolidBrush(Color)
public VelloSolidBrush(Color color)
Parameters
color
Color
Properties
Color
public Color Color { get; set; }
Property Value
Methods
CreateCoreBrushCore()
protected override Brush CreateCoreBrushCore()
Returns
Brush