Class Pen
Represents a pen information.
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class Pen : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
Pen()
Pen(Brush, Double)
Initializes a new instance of the Pen class.
Declaration
public Pen(Brush brush, double uniformLength)
Parameters
System.Drawing.Brush
brush
The brush. |
System.Double
uniformLength
Length of the uniform. |
Pen(Brush, Thickness)
Initializes a new instance of the Pen class.
Declaration
public Pen(Brush brush, Thickness thickness)
Parameters
System.Drawing.Brush
brush
The brush. |
Thickness
thickness
The thickness. |
Fields
BrushProperty
Registers the Brush property.
Declaration
public static readonly RadProperty BrushProperty
Field Value
RadProperty
|
ThicknessProperty
Registers the Thickness property.
Declaration
public static readonly RadProperty ThicknessProperty
Field Value
RadProperty
|
Properties
Brush
Gets or sets the brush.
Declaration
public Brush Brush { get; set; }
Property Value
System.Drawing.Brush
The brush. |
Thickness
Gets or sets the thickness.
Declaration
public Thickness Thickness { get; set; }
Property Value
Thickness
The thickness. |