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

Represents the RadDiagramNavigationPane control.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

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

Syntax:

C#
[TelerikToolboxCategory("Diagram")]
public class RadDiagramNavigationPane : Control

Inheritance: objectRadDiagramNavigationPane

Constructors

Initializes a new instance of the RadDiagramNavigationPane class.

C#
public RadDiagramNavigationPane()

Fields

AutofitButtonStyleProperty

DependencyProperty

Identifies the AutofitButtonStyle dependency property.

C#
public static readonly DependencyProperty AutofitButtonStyleProperty

DiagramProperty

DependencyProperty

Identifies the Diagram dependency property.

C#
public static readonly DependencyProperty DiagramProperty

ExpandButtonStyleProperty

DependencyProperty

Identifies the ExpandButtonStyle dependency property.

C#
public static readonly DependencyProperty ExpandButtonStyleProperty

Identifies the IsAutofitButtonVisible dependency property.

C#
public static readonly DependencyProperty IsAutofitButtonVisibleProperty

IsExpandedProperty

DependencyProperty

Identifies the IsExpanded dependency property.

C#
public static readonly DependencyProperty IsExpandedProperty

SliderStyleProperty

DependencyProperty

Identifies the SliderStyle dependency property.

C#
public static readonly DependencyProperty SliderStyleProperty

ThumbnailStyleProperty

DependencyProperty

Identifies the ThumbnailStyle dependency property.

C#
public static readonly DependencyProperty ThumbnailStyleProperty

Properties

Gets or sets the button style.

C#
public Style AutofitButtonStyle { get; set; }

Gets or sets the RadDiagram.

C#
public RadDiagram Diagram { get; set; }

Gets or sets the toggle button style.

C#
public Style ExpandButtonStyle { get; set; }

Gets or sets a value indicating whether this instance is auto fit button visible.

C#
public bool IsAutofitButtonVisible { get; set; }

Gets or sets a value indicating whether this instance is expanded.

C#
public bool IsExpanded { get; set; }

Gets or sets the slider style.

C#
public Style SliderStyle { get; set; }

Gets or sets the thumbnail style.

C#
public Style ThumbnailStyle { get; set; }

Methods

C#
public override void OnApplyTemplate()

Creates the corresponding Automation Peer class.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

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

Called when the navigation pane is expanded or collapsed.

C#
protected virtual void OnIsExpandedChanged(bool newValue, bool oldValue)
Parameters:newValuebool

The new value.

oldValuebool

The old value.

Refreshes the underlying thumbnail.

C#
public void RefreshThumbnail()

Refreshes the zoom slider.

C#
public void RefreshZoomSlider()