ClassLine
Represents a line.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class Line
Inheritance: objectLine
Constructors
Line(DoubleCollection, double, CellBorderStyle)
Initializes a new instance of the Line class.
Declaration
public Line(DoubleCollection strokeDashArray, double thickness, CellBorderStyle borderStyle)
Parameters
strokeDashArray
DoubleCollection
The stroke dash array.
thickness
The thickness.
borderStyle
CellBorderStyle
The border style.
Properties
BorderStyle
Gets the border style.
Declaration
public CellBorderStyle BorderStyle { get; }
Property Value
CellBorderStyle
The border style.
LineVisibility
Gets the line visibility.
Declaration
public Visibility LineVisibility { get; }
Property Value
Visibility
The line visibility.
StrokeDashArray
Gets the stroke dash array.
Declaration
public DoubleCollection StrokeDashArray { get; }
Property Value
DoubleCollection
The stroke dash array.
TextBlockVisibility
Gets the text block visibility.
Declaration
public Visibility TextBlockVisibility { get; }
Property Value
Visibility
The text block visibility.
Thickness
Gets the thickness of the line.
Declaration
public double Thickness { get; }
Property Value
The thickness of the line.
X1
Gets the x-coordinate of the Line start point.
Declaration
public double X1 { get; }
Property Value
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
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
The y-coordinate for the start point of the line.