SettingsPane
Represents the SettingsPane Control.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
[TelerikToolboxCategory("Diagram")]
public class SettingsPane : SettingsPaneBase
Inheritance: objectSettingsPaneBaseSettingsPane
Inherited Members
Constructors
public SettingsPane()
Fields
SettingsPaneViewHeightProperty
DependencyProperty
Identifies the SettingsPaneViewHeight dependency property.
public static readonly DependencyProperty SettingsPaneViewHeightProperty
SettingsPaneViewStyleProperty
DependencyProperty
Identifies the SettingsPaneViewStyle dependency property.
public static readonly DependencyProperty SettingsPaneViewStyleProperty
SettingsPaneViewWidthProperty
DependencyProperty
Identifies the SettingsPaneViewWidth dependency property.
public static readonly DependencyProperty SettingsPaneViewWidthProperty
Properties
Gets or sets the height of the settings pane view.
public double SettingsPaneViewHeight { get; set; }
Styles the SettingsPaneView.
public Style SettingsPaneViewStyle { get; set; }
Gets or sets the width of the settings pane view.
public double SettingsPaneViewWidth { get; set; }
Methods
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Called when diagram addition control is activated.
protected override void OnDiagramAdditionalContentActivated(object sender, AdditionalContentActivatedEventArgs e)
Overrides:
Called when diagram control property is changed.
protected override void OnDiagramPropertyChanged(RadDiagram oldValue, RadDiagram newValue)
The old value.
newValueRadDiagramThe new value.
Overrides:
Called when [diagram control selection changed].
protected override void OnDiagramSelectionChanged(object sender, SelectionChangedEventArgs e)
The sender.
eSelectionChangedEventArgsThe SelectionChangedEventArgs instance containing the event data.
Overrides:
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
protected override void OnMouseWheel(MouseWheelEventArgs e)