Definition
Namespace:Telerik.WinControls.Drawing
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class GdiLinearGradientBrush : RadLinearGradientBrush, IDisposable
Inheritance: objectDisposableObjectRadBrushRadGradientBrushRadLinearGradientBrushGdiLinearGradientBrush...
Implements:
Inherited Members
Constructors
C#
public GdiLinearGradientBrush(RectangleF rectangle, GradientStop[] gradientStops, float angle)
C#
public GdiLinearGradientBrush(RectangleF rectangle, GradientStop[] gradientStops, RadLinearGradientMode mode)
Properties
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:
C#
public override RadLinearGradientMode GetLinearGradientMode()
Overrides:
C#
public void SetGradientStops(GradientStop[] gradientStops)