Table of Contents

Class PropertyGridAdapterPen

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Helper class for using Pen properties in the PropertyGrid.

public class PropertyGridAdapterPen : PropertyGridAdapterGeneric
Inheritance
PropertyGridAdapterPen

Properties

Color

Gets or sets the color of this Pen.

DashStyle

Gets or sets the style used for dashed lines drawn with this Pen.

LineCap

Specifies the available cap styles with which a Pen object can end a line.

LineJoin

Specifies how to join consecutive line or curve segments.

Pen

Returns Value as Pen.

Width

Gets or sets the width of this Pen, in device-independent units.

Methods

CreateProps(IPropertyGrid)

Creates properties to show in PropertyGrid.

Load()

Loads instance property value.

Save()

Updates instance property value.