Represents the RadDiagramNavigationPane control.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
[TelerikToolboxCategory("Diagram")]
public class RadDiagramNavigationPane : Control
Inheritance: objectRadDiagramNavigationPane
Constructors
Initializes a new instance of the RadDiagramNavigationPane class.
public RadDiagramNavigationPane()
Fields
AutofitButtonStyleProperty
DependencyProperty
Identifies the AutofitButtonStyle dependency property.
public static readonly DependencyProperty AutofitButtonStyleProperty
DiagramProperty
DependencyProperty
Identifies the Diagram dependency property.
public static readonly DependencyProperty DiagramProperty
ExpandButtonStyleProperty
DependencyProperty
Identifies the ExpandButtonStyle dependency property.
public static readonly DependencyProperty ExpandButtonStyleProperty
IsAutofitButtonVisibleProperty
DependencyProperty
Identifies the IsAutofitButtonVisible dependency property.
public static readonly DependencyProperty IsAutofitButtonVisibleProperty
IsExpandedProperty
DependencyProperty
Identifies the IsExpanded dependency property.
public static readonly DependencyProperty IsExpandedProperty
SliderStyleProperty
DependencyProperty
Identifies the SliderStyle dependency property.
public static readonly DependencyProperty SliderStyleProperty
ThumbnailStyleProperty
DependencyProperty
Identifies the ThumbnailStyle dependency property.
public static readonly DependencyProperty ThumbnailStyleProperty
Properties
AutofitButtonStyle
Style
Gets or sets the button style.
public Style AutofitButtonStyle { get; set; }
Gets or sets the RadDiagram.
public RadDiagram Diagram { get; set; }
ExpandButtonStyle
Style
Gets or sets the toggle button style.
public Style ExpandButtonStyle { get; set; }
Gets or sets a value indicating whether this instance is auto fit button visible.
public bool IsAutofitButtonVisible { get; set; }
Gets or sets a value indicating whether this instance is expanded.
public bool IsExpanded { get; set; }
SliderStyle
Style
Gets or sets the slider style.
public Style SliderStyle { get; set; }
ThumbnailStyle
Style
Gets or sets the thumbnail style.
public Style ThumbnailStyle { get; set; }
Methods
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Creates the corresponding Automation Peer class.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Refreshes the underlying thumbnail.
public void RefreshThumbnail()
Refreshes the zoom slider.
public void RefreshZoomSlider()