ClassRadDiagramNavigationPane
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
RadDiagramNavigationPane()
Initializes a new instance of the RadDiagramNavigationPane class.
Declaration
public RadDiagramNavigationPane()
Fields
AutofitButtonStyleProperty
Identifies the AutofitButtonStyle dependency property.
Declaration
public static readonly DependencyProperty AutofitButtonStyleProperty
Field Value
DependencyProperty
DiagramProperty
Identifies the Diagram dependency property.
Declaration
public static readonly DependencyProperty DiagramProperty
Field Value
DependencyProperty
ExpandButtonStyleProperty
Identifies the ExpandButtonStyle dependency property.
Declaration
public static readonly DependencyProperty ExpandButtonStyleProperty
Field Value
DependencyProperty
IsAutofitButtonVisibleProperty
Identifies the IsAutofitButtonVisible dependency property.
Declaration
public static readonly DependencyProperty IsAutofitButtonVisibleProperty
Field Value
DependencyProperty
IsExpandedProperty
Identifies the IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
SliderStyleProperty
Identifies the SliderStyle dependency property.
Declaration
public static readonly DependencyProperty SliderStyleProperty
Field Value
DependencyProperty
ThumbnailStyleProperty
Identifies the ThumbnailStyle dependency property.
Declaration
public static readonly DependencyProperty ThumbnailStyleProperty
Field Value
DependencyProperty
Properties
AutofitButtonStyle
Gets or sets the button style.
Declaration
public Style AutofitButtonStyle { get; set; }
Property Value
Style
Diagram
Gets or sets the RadDiagram.
ExpandButtonStyle
Gets or sets the toggle button style.
Declaration
public Style ExpandButtonStyle { get; set; }
Property Value
Style
IsAutofitButtonVisible
Gets or sets a value indicating whether this instance is auto fit button visible.
IsExpanded
Gets or sets a value indicating whether this instance is expanded.
SliderStyle
Gets or sets the slider style.
Declaration
public Style SliderStyle { get; set; }
Property Value
Style
ThumbnailStyle
Gets or sets the thumbnail style.
Declaration
public Style ThumbnailStyle { get; set; }
Property Value
Style
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Creates the corresponding Automation Peer class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
OnIsExpandedChanged(bool, bool)
Called when the navigation pane is expanded or collapsed.
RefreshThumbnail()
Refreshes the underlying thumbnail.
Declaration
public void RefreshThumbnail()
RefreshZoomSlider()
Refreshes the zoom slider.
Declaration
public void RefreshZoomSlider()