Class Pen
Inheritance
System.Object
Pen
Assembly: Syncfusion.SfGridCommon.UWP.dll
Syntax
public class Pen : Object
Constructors
Pen()
Declaration
Declaration
public Pen(Brush brush, double thickness)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Media.Brush |
brush |
|
System.Double |
thickness |
|
Declaration
public Pen(Brush brush, double thickness, BorderStyle style)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Media.Brush |
brush |
|
System.Double |
thickness |
|
BorderStyle |
style |
|
Declaration
public Pen(Brush brush, double thickness, BorderStyle style, DoubleCollection dashArray)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Media.Brush |
brush |
|
System.Double |
thickness |
|
BorderStyle |
style |
|
Windows.UI.Xaml.Media.DoubleCollection |
dashArray |
|
Properties
Brush
Declaration
public Brush Brush { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
DashArray
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.DoubleCollection |
Style
Declaration
public BorderStyle Style { get; set; }
Property Value
Thickness
Declaration
public double Thickness { get; set; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Extension Methods