Class ULBasicControl.TULProportionalControlBorder
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: ULBasicControl
Inherits: TULControlBorder
Contents |
Syntax
Delphi:
type TULProportionalControlBorder = class( TULControlBorder )
C++ Builder:
class TULProportionalControlBorder : public TULControlBorder
Visual C++ (MFC):
class CTULProportionalControlBorder : public CTULControlBorder
C# (.NET):
public ref class TULProportionalControlBorder : Mitov.SignalLab.ControlBorder
Summary
Optionally proportional control border properties class.
Description
Defines optionally proportional control border properties class.
Properties
Published
- Proportional - Specifies if the border is proportional.
From TULControlBorder
Properties
Published
- Shape - Specifies the shape of the border.
- CornerRadius - Specifies the corner radius of the border.
Methods
Public
From TULBasicControlBorder
Properties
Published
- BevelOuter - Specifies the outer bevel of the border.
- BevelInner - Specifies the inner bevel of the border.
- Width - Specifies the width of the border.
- Color - Specifies the color of the border.