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