ClassPen
Class
Represents a pen information.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class Pen : DependencyObject
Inheritance: objectPen
Constructors
Pen(Brush, Thickness)
Initializes a new instance of the Pen class.
Declaration
cs-api-definition
public Pen(Brush brush, Thickness thickness)
Parameters
brush
Brush
The brush.
thickness
Thickness
The thickness.
Pen(Brush, double)
Initializes a new instance of the Pen class.
Declaration
cs-api-definition
public Pen(Brush brush, double uniformLength)
Parameters
brush
Brush
The brush.
uniformLength
Length of the uniform.
Fields
BrushProperty
Registers the Brush property.
Declaration
cs-api-definition
public static readonly DependencyProperty BrushProperty
Field Value
DependencyProperty
ThicknessProperty
Registers the Thickness property.
Declaration
cs-api-definition
public static readonly DependencyProperty ThicknessProperty
Field Value
DependencyProperty