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