Class RadDiagramNavigationPane
Represents the RadDiagramNavigationPane control.
Inheritance
System.Object
RadDiagramNavigationPane
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
[TelerikToolboxCategory("Diagram")]
public class RadDiagramNavigationPane : Control
Constructors
Declaration
public RadDiagramNavigationPane()
Fields
Identifies the Diagram dependency property.
Declaration
public static readonly DependencyProperty DiagramProperty
Field Value
System.Windows.DependencyProperty
|
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.Windows.DependencyProperty
|
Identifies the SliderStyle dependency property.
Declaration
public static readonly DependencyProperty SliderStyleProperty
Field Value
System.Windows.DependencyProperty
|
Identifies the ThumbnailStyle dependency property.
Declaration
public static readonly DependencyProperty ThumbnailStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Gets or sets the RadDiagram.
Declaration
public RadDiagram Diagram { get; set; }
Property Value
Gets or sets a value indicating whether this instance is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
Gets or sets the slider style.
Declaration
public Style SliderStyle { get; set; }
Property Value
Gets or sets the thumbnail style.
Declaration
public Style ThumbnailStyle { get; set; }
Property Value
Methods
Declaration
public override void OnApplyTemplate()
Creates the corresponding Automation Peer class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Called when the navigation pane is expanded or collapsed.
Declaration
protected virtual void OnIsExpandedChanged(bool newValue, bool oldValue)
Parameters
System.Boolean
newValue
The new value.
|
System.Boolean
oldValue
The old value.
|
Refreshes the underlying thumbnail.
Declaration
public void RefreshThumbnail()
Refreshes the zoom slider.
Declaration
public void RefreshZoomSlider()
Extension Methods