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