New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public GdiSolidBrush(Color color)
Parameters:colorColor

Properties

C#
public override Color Color { get; set; }

Overrides: RadSolidBrush.Color

C#
public override object RawBrush { get; }

Overrides: RadBrush.RawBrush

Methods

Releases any UNMANAGED resources used by this object. NOTE: If you declare some unmanaged resources in your class, you should override its finalizer and put disposing logic there also.

C#
protected override void DisposeUnmanagedResources()

Overrides: DisposableObject.DisposeUnmanagedResources()