ClassRadLine
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
Gets or sets the cell border style.
Declaration
public CellBorderStyle CellBorderStyle { get; set; }
Property Value
CellBorderStyle
The cell border style of RadLine.
Stroke
Gets or sets the stroke of the line.
Declaration
public Color Stroke { get; set; }
Property Value
Color
The stroke of the line.
StrokeThickness
Gets or sets the stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
The stroke thickness of RadLine.
Visibility
Gets or sets the visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
Visibility
The visibility of RadLine.
X1
Gets or sets the X coordinate of the first point.
Declaration
public double X1 { get; set; }
Property Value
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
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
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
Y coordinate of the second point.