Class
SeparatorInfo

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class SeparatorInfo

Inheritance: objectSeparatorInfo

Constructors

SeparatorInfo()

Declaration

cs-api-definition
public SeparatorInfo()

Properties

IsFirstColumn

Declaration

cs-api-definition
public bool IsFirstColumn { get; set; }

Property Value

bool

IsFirstRow

Declaration

cs-api-definition
public bool IsFirstRow { get; set; }

Property Value

bool

IsFixed

Declaration

cs-api-definition
public bool IsFixed { get; set; }

Property Value

bool

IsLastColumn

Declaration

cs-api-definition
public bool IsLastColumn { get; set; }

Property Value

bool

LeftCellRightPadding

Declaration

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

Property Value

double

LeftMargin

Declaration

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

Property Value

double

Offset

Declaration

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

Property Value

double

RightCellLeftPadding

Declaration

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

Property Value

double

TopMargin

Declaration

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

Property Value

double

Type

Declaration

cs-api-definition
public SeparatorType Type { get; set; }

Property Value

SeparatorType