Class ULBasicControl.TULBasicControlBorder
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: TULBasicControlProperty
Contents |
Syntax
Delphi:
type TULBasicControlBorder = class( TULBasicControlProperty )
C++ Builder:
class TULBasicControlBorder : public TULBasicControlProperty
Visual C++ (MFC):
class CTULBasicControlBorder : public CTULBasicControlProperty
C# (.NET):
public ref class TULBasicControlBorder : Mitov.SignalLab.BasicControlProperty
Summary
Base abstract class for control border properties.
Description
This is the base abstract class for control border properties.
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.