Class
LineSettingsControl

Definition

Constructors

LineSettingsControl()

Declaration

cs-api-definition
public LineSettingsControl()

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

SetSelectedOutlineDashProperty(LineDashType)

Declaration

cs-api-definition
protected override void SetSelectedOutlineDashProperty(LineDashType dash)

Parameters

dash

LineDashType

Overrides LineSettingsControlBase.SetSelectedOutlineDashProperty(LineDashType)

SetSelectedOutlineFillProperty(IShapeOutlineFill)

Declaration

cs-api-definition
protected override void SetSelectedOutlineFillProperty(IShapeOutlineFill shapeFill)

Parameters

shapeFill

IShapeOutlineFill

Overrides LineSettingsControlBase.SetSelectedOutlineFillProperty(IShapeOutlineFill)

SetSelectedOutlineWidthProperty(double)

Declaration

cs-api-definition
protected override void SetSelectedOutlineWidthProperty(double width)

Parameters

width

double

Overrides LineSettingsControlBase.SetSelectedOutlineWidthProperty(double)

TryGetSelectedShapeOutlineDash(RadRichTextBox, out LineDashType)

Declaration

cs-api-definition
protected override bool TryGetSelectedShapeOutlineDash(RadRichTextBox richTextBox, out LineDashType dash)

Parameters

richTextBox

RadRichTextBox

dash

LineDashType

Returns

bool

Overrides LineSettingsControlBase.TryGetSelectedShapeOutlineDash(RadRichTextBox, out LineDashType)

TryGetSelectedShapeOutlineFill(RadRichTextBox, out IShapeOutlineFill)

Declaration

cs-api-definition
protected override bool TryGetSelectedShapeOutlineFill(RadRichTextBox richTextBox, out IShapeOutlineFill shapeFill)

Parameters

richTextBox

RadRichTextBox

shapeFill

IShapeOutlineFill

Returns

bool

Overrides LineSettingsControlBase.TryGetSelectedShapeOutlineFill(RadRichTextBox, out IShapeOutlineFill)

TryGetSelectedShapeOutlineWidth(RadRichTextBox, out double)

Declaration

cs-api-definition
protected override bool TryGetSelectedShapeOutlineWidth(RadRichTextBox richTextBox, out double width)

Parameters

richTextBox

RadRichTextBox

width

double

Returns

bool

Overrides LineSettingsControlBase.TryGetSelectedShapeOutlineWidth(RadRichTextBox, out double)