Class Line
Represents a line.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class Line : Object
Constructors
Line(DoubleCollection, Double, CellBorderStyle)
Initializes a new instance of the Line class.
Declaration
public Line(DoubleCollection strokeDashArray, double thickness, CellBorderStyle borderStyle)
Parameters
System.Windows.Media.DoubleCollection
strokeDashArray
The stroke dash array. |
System.Double
thickness
The thickness. |
Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle
borderStyle
The border style. |
Properties
BorderStyle
Gets the border style.
Declaration
public CellBorderStyle BorderStyle { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle
The border style. |
LineVisibility
Gets the line visibility.
Declaration
public Visibility LineVisibility { get; }
Property Value
System.Windows.Visibility
The line visibility. |
StrokeDashArray
Gets the stroke dash array.
Declaration
public DoubleCollection StrokeDashArray { get; }
Property Value
System.Windows.Media.DoubleCollection
The stroke dash array. |
TextBlockVisibility
Gets the text block visibility.
Declaration
public Visibility TextBlockVisibility { get; }
Property Value
System.Windows.Visibility
The text block visibility. |
Thickness
Gets the thickness of the line.
Declaration
public double Thickness { get; }
Property Value
System.Double
The thickness of the line. |
X1
Gets the x-coordinate of the Line start point.
Declaration
public double X1 { get; }
Property Value
System.Double
The x-coordinate for the start point of the line. |
X2
Gets the x-coordinate of the Line end point.
Declaration
public double X2 { get; }
Property Value
System.Double
The x-coordinate for the end point of the line. |
Y1
Gets the y-coordinate of the Line start point.
Declaration
public double Y1 { get; }
Property Value
System.Double
The y-coordinate for the start point of the line. |
Y2
Gets the y-coordinate of the Line end point.
Declaration
public double Y2 { get; }
Property Value
System.Double
The y-coordinate for the end point of the line. |