Class RadLine
Provides methods and properties for using RadLine.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class RadLine : ContentControl
Constructors
RadLine()
Properties
CellBorderStyle
Gets or sets the cell border style.
Declaration
public CellBorderStyle CellBorderStyle { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle
The cell border style of RadLine. |
Stroke
Gets or sets the stroke of the line.
Declaration
public Color Stroke { get; set; }
Property Value
System.Windows.Media.Color
The stroke of the line. |
StrokeThickness
Gets or sets the stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
The stroke thickness of RadLine. |
Visibility
Gets or sets the visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
The visibility of RadLine. |
X1
Gets or sets the X coordinate of the first point.
Declaration
public double X1 { get; set; }
Property Value
System.Double
X coordinate of the first point. |
X2
Gets or sets the X coordinate of the second point.
Declaration
public double X2 { get; set; }
Property Value
System.Double
X coordinate of the second point. |
Y1
Gets or sets the Y coordinate of the first point.
Declaration
public double Y1 { get; set; }
Property Value
System.Double
Y coordinate of the first point. |
Y2
Gets or sets the Y coordinate of the second point.
Declaration
public double Y2 { get; set; }
Property Value
System.Double
Y coordinate of the second point. |
ZIndex
Gets or sets the Z index.
Declaration
public int ZIndex { get; set; }
Property Value
System.Int32
The Z index of RadLine. |