RadLine
Provides methods and properties for using RadLine.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class RadLine : ContentControl
Inheritance: objectRadLine
Constructors
Properties
CellBorderStyle
CellBorderStyle
Gets or sets the cell border style.
public CellBorderStyle CellBorderStyle { get; set; }
The cell border style of RadLine.
Stroke
Color
Gets or sets the stroke of the line.
public Color Stroke { get; set; }
The stroke of the line.
Gets or sets the stroke thickness.
public double StrokeThickness { get; set; }
The stroke thickness of RadLine.
Visibility
Visibility
Gets or sets the visibility.
public Visibility Visibility { get; set; }
The visibility of RadLine.
Gets or sets the X coordinate of the first point.
public double X1 { get; set; }
X coordinate of the first point.
Gets or sets the X coordinate of the second point.
public double X2 { get; set; }
X coordinate of the second point.
Gets or sets the Y coordinate of the first point.
public double Y1 { get; set; }
Y coordinate of the first point.
Gets or sets the Y coordinate of the second point.
public double Y2 { get; set; }
Y coordinate of the second point.