New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class StyleUIHelper

Inheritance: objectStyleUIHelper

Constructors

C#
public StyleUIHelper(RadRichTextBox owner)
Parameters:ownerRadRichTextBox

Methods

C#
public bool? GetAutomaticSpacingAfterOfParagraphStyle()
Returns:

bool?

C#
public bool? GetAutomaticSpacingBeforeOfParagraphStyle()
Returns:

bool?

C#
public Color? GetBackgroundOfParagraphStyle()
Returns:

Color?

C#
public BaselineAlignment? GetBaselineAlignment()
Returns:

BaselineAlignment?

C#
public double? GetFirstLineIndentOfParagraphStyle()
Returns:

double?

C#
public FlowDirection? GetFlowDirectionOfParagraphStyle()
Returns:

FlowDirection?

C#
public FontFamily GetFontFamilyOfSpanStyle()
Returns:

FontFamily

C#
public double? GetFontSizeOfSpanStyle()
Returns:

double?

C#
public FontStyle? GetFontStyleOfSpanStyle()
Returns:

FontStyle?

C#
public FontWeight? GetFontWeightOfSpanStyle()
Returns:

FontWeight?

C#
public Color? GetForeColorOfSpanStyle()
Returns:

Color?

C#
public Color? GetHighlightColorOfSpanStyle()
Returns:

Color?

C#
public bool GetIsBulleted()
Returns:

bool

C#
public bool GetIsNumbered()
Returns:

bool

C#
public double? GetLeftIndentOfParagraphStyle()
Returns:

double?

C#
public double? GetLineSpacingOfParagraphStyle()
Returns:

double?

C#
public LineSpacingType? GetLineSpacingTypeOfParagraphStyle()
Returns:

LineSpacingType?

C#
public double? GetRightIndentOfParagraphStyle()
Returns:

double?

C#
public double? GetSpacingAfterOfParagraphStyle()
Returns:

double?

C#
public double? GetSpacingBeforeOfParagraphStyle()
Returns:

double?

C#
public bool? GetStrikeThroughOfSpanStyle()
Returns:

bool?

C#
public RadTextAlignment? GetTextAlignmentOfParagraphStyle()
Returns:

RadTextAlignment?

C#
public bool? GetUnderline()
Returns:

bool?

C#
public IUnderlineUIDecorationProvider GetUnderlineDecoration()
Returns:

IUnderlineUIDecorationProvider