Interface IFillElement
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public interface IFillElement
Properties
BackColor
Declaration
Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
BackColor2
Declaration
Color BackColor2 { get; set; }
Property Value
System.Drawing.Color
|
BackColor3
Declaration
Color BackColor3 { get; set; }
Property Value
System.Drawing.Color
|
BackColor4
Declaration
Color BackColor4 { get; set; }
Property Value
System.Drawing.Color
|
GradientAngle
Declaration
float GradientAngle { get; set; }
Property Value
System.Single
|
GradientPercentage
Declaration
float GradientPercentage { get; set; }
Property Value
System.Single
|
GradientPercentage2
Declaration
float GradientPercentage2 { get; set; }
Property Value
System.Single
|
GradientStyle
NumberOfColors
Declaration
int NumberOfColors { get; set; }
Property Value
System.Int32
|
Size
Declaration
Size Size { get; set; }
Property Value
System.Drawing.Size
|
SmoothingMode
Declaration
SmoothingMode SmoothingMode { get; set; }
Property Value
System.Drawing.Drawing2D.SmoothingMode
|