Class
RadDiagramNavigationPane

Represents the RadDiagramNavigationPane control.

Definition

Namespace:Telerik.Windows.Controls.Diagrams.Extensions

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

Syntax:

cs-api-definition
[TelerikToolboxCategory("Diagram")]
public class RadDiagramNavigationPane : Control

Inheritance: objectRadDiagramNavigationPane

Constructors

RadDiagramNavigationPane()

Initializes a new instance of the RadDiagramNavigationPane class.

Declaration

cs-api-definition
public RadDiagramNavigationPane()

Fields

AutofitButtonStyleProperty

Identifies the AutofitButtonStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AutofitButtonStyleProperty

Field Value

DependencyProperty

DiagramProperty

Identifies the Diagram dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DiagramProperty

Field Value

DependencyProperty

ExpandButtonStyleProperty

Identifies the ExpandButtonStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ExpandButtonStyleProperty

Field Value

DependencyProperty

IsAutofitButtonVisibleProperty

Identifies the IsAutofitButtonVisible dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsAutofitButtonVisibleProperty

Field Value

DependencyProperty

IsExpandedProperty

Identifies the IsExpanded dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsExpandedProperty

Field Value

DependencyProperty

SliderStyleProperty

Identifies the SliderStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SliderStyleProperty

Field Value

DependencyProperty

ThumbnailStyleProperty

Identifies the ThumbnailStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ThumbnailStyleProperty

Field Value

DependencyProperty

Properties

AutofitButtonStyle

Gets or sets the button style.

Declaration

cs-api-definition
public Style AutofitButtonStyle { get; set; }

Property Value

Style

Diagram

Gets or sets the RadDiagram.

Declaration

cs-api-definition
public RadDiagram Diagram { get; set; }

Property Value

RadDiagram

ExpandButtonStyle

Gets or sets the toggle button style.

Declaration

cs-api-definition
public Style ExpandButtonStyle { get; set; }

Property Value

Style

IsAutofitButtonVisible

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

Declaration

cs-api-definition
public bool IsAutofitButtonVisible { get; set; }

Property Value

bool

IsExpanded

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

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool

SliderStyle

Gets or sets the slider style.

Declaration

cs-api-definition
public Style SliderStyle { get; set; }

Property Value

Style

ThumbnailStyle

Gets or sets the thumbnail style.

Declaration

cs-api-definition
public Style ThumbnailStyle { get; set; }

Property Value

Style

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Creates the corresponding Automation Peer class.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

OnIsExpandedChanged(bool, bool)

Called when the navigation pane is expanded or collapsed.

Declaration

cs-api-definition
protected virtual void OnIsExpandedChanged(bool newValue, bool oldValue)

Parameters

newValue

bool

The new value.

oldValue

bool

The old value.

RefreshThumbnail()

Refreshes the underlying thumbnail.

Declaration

cs-api-definition
public void RefreshThumbnail()

RefreshZoomSlider()

Refreshes the zoom slider.

Declaration

cs-api-definition
public void RefreshZoomSlider()