ClassSettingsPaneBase
Represents a base class for the SettingsPane and SettingsPaneView.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
public abstract class SettingsPaneBase : Control
Inheritance: objectSettingsPaneBase
Derived Classes:
Constructors
SettingsPaneBase()
Declaration
protected SettingsPaneBase()
Fields
DiagramProperty
Identifies the Diagram dependency property.
Declaration
public static readonly DependencyProperty DiagramProperty
Field Value
DependencyProperty
IsActiveProperty
Identifies the IsActive dependency property.
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
DependencyProperty
Properties
Diagram
Gets or sets the diagram control.
Methods
OnDiagramAdditionalContentActivated(object, AdditionalContentActivatedEventArgs)
Called when diagram addition control is activated.
Declaration
protected virtual void OnDiagramAdditionalContentActivated(object sender, AdditionalContentActivatedEventArgs e)
Parameters
sender
e
OnDiagramPropertyChanged(RadDiagram, RadDiagram)
Called when diagram control property is changed.
Declaration
protected virtual void OnDiagramPropertyChanged(RadDiagram oldValue, RadDiagram newValue)
Parameters
oldValue
The old value.
newValue
The new value.
OnDiagramSelectionBoundsChanged(object, EventArgs)
Called when diagram selection bounds is changed.
OnDiagramSelectionChanged(object, SelectionChangedEventArgs)
Called when diagram control selection is changed.
Declaration
protected virtual void OnDiagramSelectionChanged(object sender, SelectionChangedEventArgs e)
Parameters
sender
The sender.
e
SelectionChangedEventArgs
The SelectionChangedEventArgs instance containing the event data.
OnIsActivePropertyChanged(bool, bool)
Called when is active property is changed.