Interface
IBoxStyle

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IBoxStyle

Properties

BottomColor

Declaration

cs-api-definition
Color BottomColor { get; set; }

Property Value

Color

BottomShadowColor

Declaration

cs-api-definition
Color BottomShadowColor { get; set; }

Property Value

Color

LeftColor

Declaration

cs-api-definition
Color LeftColor { get; set; }

Property Value

Color

LeftShadowColor

Declaration

cs-api-definition
Color LeftShadowColor { get; set; }

Property Value

Color

RightColor

Declaration

cs-api-definition
Color RightColor { get; set; }

Property Value

Color

RightShadowColor

Declaration

cs-api-definition
Color RightShadowColor { get; set; }

Property Value

Color

TopColor

Declaration

cs-api-definition
Color TopColor { get; set; }

Property Value

Color

TopShadowColor

Declaration

cs-api-definition
Color TopShadowColor { get; set; }

Property Value

Color