Interface IBoxStyle
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public interface IBoxStyle
Properties
BottomColor
Declaration
Color BottomColor { get; set; }
Property Value
System.Drawing.Color
|
BottomShadowColor
Declaration
Color BottomShadowColor { get; set; }
Property Value
System.Drawing.Color
|
LeftColor
Declaration
Color LeftColor { get; set; }
Property Value
System.Drawing.Color
|
LeftShadowColor
Declaration
Color LeftShadowColor { get; set; }
Property Value
System.Drawing.Color
|
RightColor
Declaration
Color RightColor { get; set; }
Property Value
System.Drawing.Color
|
RightShadowColor
Declaration
Color RightShadowColor { get; set; }
Property Value
System.Drawing.Color
|
TopColor
Declaration
Color TopColor { get; set; }
Property Value
System.Drawing.Color
|
TopShadowColor
Declaration
Color TopShadowColor { get; set; }
Property Value
System.Drawing.Color
|