Class
SettingsPaneBase

Represents a base class for the SettingsPane and SettingsPaneView.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

cs-api-definition
public abstract class SettingsPaneBase : Control

Inheritance: objectSettingsPaneBase

Derived Classes: SettingsPaneSettingsPaneView

Constructors

SettingsPaneBase()

Declaration

cs-api-definition
protected SettingsPaneBase()

Fields

DiagramProperty

Identifies the Diagram dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DiagramProperty

Field Value

DependencyProperty

IsActiveProperty

Identifies the IsActive dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsActiveProperty

Field Value

DependencyProperty

Properties

Diagram

Gets or sets the diagram control.

Declaration

cs-api-definition
public RadDiagram Diagram { get; set; }

Property Value

RadDiagram

IsActive

Gets or sets a value indicating whether this instance is active.

Declaration

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

Property Value

bool

Methods

OnDiagramAdditionalContentActivated(object, AdditionalContentActivatedEventArgs)

Called when diagram addition control is activated.

Declaration

cs-api-definition
protected virtual void OnDiagramAdditionalContentActivated(object sender, AdditionalContentActivatedEventArgs e)

Parameters

sender

object

e

AdditionalContentActivatedEventArgs

OnDiagramPropertyChanged(RadDiagram, RadDiagram)

Called when diagram control property is changed.

Declaration

cs-api-definition
protected virtual void OnDiagramPropertyChanged(RadDiagram oldValue, RadDiagram newValue)

Parameters

oldValue

RadDiagram

The old value.

newValue

RadDiagram

The new value.

OnDiagramSelectionBoundsChanged(object, EventArgs)

Called when diagram selection bounds is changed.

Declaration

cs-api-definition
protected virtual void OnDiagramSelectionBoundsChanged(object sender, EventArgs e)

Parameters

sender

object

The sender.

e

EventArgs

The EventArgs instance containing the event data.

OnDiagramSelectionChanged(object, SelectionChangedEventArgs)

Called when diagram control selection is changed.

Declaration

cs-api-definition
protected virtual void OnDiagramSelectionChanged(object sender, SelectionChangedEventArgs e)

Parameters

sender

object

The sender.

e

SelectionChangedEventArgs

The SelectionChangedEventArgs instance containing the event data.

OnIsActivePropertyChanged(bool, bool)

Called when is active property is changed.

Declaration

cs-api-definition
protected virtual void OnIsActivePropertyChanged(bool oldValue, bool newValue)

Parameters

oldValue

bool

The old value.

newValue

bool

The new value.