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

Represents the SettingsPane Control.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

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

Syntax:

C#
[TelerikToolboxCategory("Diagram")]
public class SettingsPane : SettingsPaneBase

Inheritance: objectSettingsPaneBaseSettingsPane

Inherited Members SettingsPaneBase.DiagramPropertySettingsPaneBase.IsActivePropertySettingsPaneBase.OnDiagramSelectionBoundsChanged(object, EventArgs)SettingsPaneBase.DiagramSettingsPaneBase.IsActive

Constructors

C#
public SettingsPane()

Fields

Identifies the SettingsPaneViewHeight dependency property.

C#
public static readonly DependencyProperty SettingsPaneViewHeightProperty

Identifies the SettingsPaneViewStyle dependency property.

C#
public static readonly DependencyProperty SettingsPaneViewStyleProperty

Identifies the SettingsPaneViewWidth dependency property.

C#
public static readonly DependencyProperty SettingsPaneViewWidthProperty

Properties

Gets or sets the height of the settings pane view.

C#
public double SettingsPaneViewHeight { get; set; }

Styles the SettingsPaneView.

C#
public Style SettingsPaneViewStyle { get; set; }

Gets or sets the width of the settings pane view.

C#
public double SettingsPaneViewWidth { get; set; }

Methods

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Called when diagram addition control is activated.

C#
protected override void OnDiagramAdditionalContentActivated(object sender, AdditionalContentActivatedEventArgs e)
Parameters:senderobjecteAdditionalContentActivatedEventArgs

Overrides: SettingsPaneBase.OnDiagramAdditionalContentActivated(object, AdditionalContentActivatedEventArgs)

Called when diagram control property is changed.

C#
protected override void OnDiagramPropertyChanged(RadDiagram oldValue, RadDiagram newValue)
Parameters:oldValueRadDiagram

The old value.

newValueRadDiagram

The new value.

Overrides: SettingsPaneBase.OnDiagramPropertyChanged(RadDiagram, RadDiagram)

Called when [diagram control selection changed].

C#
protected override void OnDiagramSelectionChanged(object sender, SelectionChangedEventArgs e)
Parameters:senderobject

The sender.

eSelectionChangedEventArgs

The SelectionChangedEventArgs instance containing the event data.

Overrides: SettingsPaneBase.OnDiagramSelectionChanged(object, SelectionChangedEventArgs)

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

Called when [is active property changed].

C#
protected override void OnIsActivePropertyChanged(bool oldValue, bool newValue)
Parameters:oldValuebool

If set to true [old value].

newValuebool

If set to true [new value].

Overrides: SettingsPaneBase.OnIsActivePropertyChanged(bool, bool)

C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs
C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs
C#
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameters:eMouseWheelEventArgs