SettingsPaneBase
Class
Represents a base class for the SettingsPane and SettingsPaneView.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public abstract class SettingsPaneBase : Control
Inheritance: objectSettingsPaneBase
Derived Classes:
Constructors
C#
protected SettingsPaneBase()
Fields
DiagramProperty
DependencyProperty
Identifies the Diagram dependency property.
C#
public static readonly DependencyProperty DiagramProperty
IsActiveProperty
DependencyProperty
Identifies the IsActive dependency property.
C#
public static readonly DependencyProperty IsActiveProperty
Properties
Gets or sets the diagram control.
C#
public RadDiagram Diagram { get; set; }
Methods
Called when diagram addition control is activated.
C#
protected virtual void OnDiagramAdditionalContentActivated(object sender, AdditionalContentActivatedEventArgs e)
Called when diagram control property is changed.
C#
protected virtual void OnDiagramPropertyChanged(RadDiagram oldValue, RadDiagram newValue)
The old value.
newValueRadDiagramThe new value.
Called when diagram control selection is changed.
C#
protected virtual void OnDiagramSelectionChanged(object sender, SelectionChangedEventArgs e)
The sender.
eSelectionChangedEventArgsThe SelectionChangedEventArgs instance containing the event data.