Class LPGDIPlusProperties.TLPGPOptionalPen
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: LPGDIPlusProperties
Inherits: TLPGPPen
Contents |
Syntax
Delphi:
type TLPGPOptionalPen = class( TLPGPPen )
C++ Builder:
class TLPGPOptionalPen : public TLPGPPen
Visual C++ (MFC):
class CTLPGPOptionalPen : public CTLPGPPen
C# (.NET):
public ref class TLPGPOptionalPen : Mitov.SignalLab.GPPen
Summary
Optional GDI+ pen properties class.
Description
Defines an optional GDI+ pen properties class.
Properties
Published
- Enabled - Enables or disables the pen.
From TLPGPPen
Properties
Published
- Brush - Specifies the brush settings of the pen.
- Width - Specifies the width of the pen.
- Alignment - Specifies the alignment for this Pen object relative to the line.
- MiterLimit - Specifies the miter limit of this Pen object.
- DashStyle - Specifies the dash style for this Pen object.
- LineJoin - Specifies the line join for this Pen object.
- Compound - Specifies the compound settings of the pen.