ComponentOne Sizer 8.0
FrameStyle Property

Returns or sets the style of frame to draw around child controls.

Syntax

[form!]C1Elastic.FrameStyle[ = FrameStyleSettings ]

Remarks

The settings for the FrameStyle property are described below:

Constant

Value

Description

ftNone

0

No frames are drawn.

ftSolid

1

Solid frames drawn with FrameColor color .

ftRaised

2

Raised frames drawn with FrameColor and FrameShadow colors.

ftInset

3

Inset frames drawn with FrameColor and FrameShadow colors.

ftFillet

4

Fillets drawn with FrameColor and FrameShadow colors.

ftGroove

5

Grooves drawn with FrameColor and FrameShadow colors.

ftShadow

6

Shadow rectangles drawn with FrameShadow color.

The width of the frames is determined by the FrameWidth property.

Data Type

FrameStyleSettings (Enumeration)

Default Value

ftNone (0)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback