Class RadSolidBrush
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Drawing
Assembly: Telerik.WinControls.dll
Syntax
public abstract class RadSolidBrush : RadBrush, IDisposable
Constructors
RadSolidBrush()
Declaration
protected RadSolidBrush()
Properties
Color
Declaration
public abstract Color Color { get; set; }
Property Value
System.Drawing.Color
|