Class
RadLine

Provides methods and properties for using RadLine.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class RadLine : ContentControl

Inheritance: objectRadLine

Constructors

RadLine()

Initializes a new instance of the RadLine class.

Declaration

cs-api-definition
public RadLine()

Properties

CellBorderStyle

Gets or sets the cell border style.

Declaration

cs-api-definition
public CellBorderStyle CellBorderStyle { get; set; }

Property Value

CellBorderStyle

The cell border style of RadLine.

Stroke

Gets or sets the stroke of the line.

Declaration

cs-api-definition
public Color Stroke { get; set; }

Property Value

Color

The stroke of the line.

StrokeThickness

Gets or sets the stroke thickness.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

The stroke thickness of RadLine.

Visibility

Gets or sets the visibility.

Declaration

cs-api-definition
public Visibility Visibility { get; set; }

Property Value

Visibility

The visibility of RadLine.

X1

Gets or sets the X coordinate of the first point.

Declaration

cs-api-definition
public double X1 { get; set; }

Property Value

double

X coordinate of the first point.

X2

Gets or sets the X coordinate of the second point.

Declaration

cs-api-definition
public double X2 { get; set; }

Property Value

double

X coordinate of the second point.

Y1

Gets or sets the Y coordinate of the first point.

Declaration

cs-api-definition
public double Y1 { get; set; }

Property Value

double

Y coordinate of the first point.

Y2

Gets or sets the Y coordinate of the second point.

Declaration

cs-api-definition
public double Y2 { get; set; }

Property Value

double

Y coordinate of the second point.

ZIndex

Gets or sets the Z index.

Declaration

cs-api-definition
public int ZIndex { get; set; }

Property Value

int

The Z index of RadLine.