ClassPen
Class
Represents a pen information.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class Pen : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectPen
Implements:
Inherited Members
Constructors
Pen(Brush, Thickness)
Initializes a new instance of the Pen class.
Pen(Brush, double)
Initializes a new instance of the Pen class.
Fields
BrushProperty
Registers the Brush property.
Declaration
cs-api-definition
public static readonly RadProperty BrushProperty
Field Value
ThicknessProperty
Registers the Thickness property.
Declaration
cs-api-definition
public static readonly RadProperty ThicknessProperty
Field Value