• Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Design
    Unite UX
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadDiagramRibbon

Represents the Ribbon UI control for developing office inspired diagram applications.

Inheritance
System.Object
RadDiagramRibbon
Namespace: Telerik.Windows.Controls.Diagrams.Ribbon
Assembly: Telerik.Windows.Controls.Diagrams.Ribbon.dll

Syntax

[Themable]
[TelerikToolboxCategory("Diagram")]
public class RadDiagramRibbon : Control, IThemable

Constructors

RadDiagramRibbon()

Initializes a new instance of the RadDiagramRibbon class.

Declaration
public RadDiagramRibbon()

Fields

ActiveToolTypeProperty

Identifies the ActiveToolType dependency property.

Declaration
public static readonly DependencyProperty ActiveToolTypeProperty
Field Value
System.Windows.DependencyProperty

AdditionalGroupsProperty

Identifies the AdditionalGroups dependency property.

Declaration
public static readonly DependencyProperty AdditionalGroupsProperty
Field Value
System.Windows.DependencyProperty

AdditionalTabsProperty

Identifies the AdditionalTabs dependency property.

Declaration
public static readonly DependencyProperty AdditionalTabsProperty
Field Value
System.Windows.DependencyProperty

ApplicationButtonContentProperty

Identifies the ApplicationButtonContent property.

Declaration
public static readonly DependencyProperty ApplicationButtonContentProperty
Field Value
System.Windows.DependencyProperty

ApplicationButtonImageSourceProperty

Identifies the ApplicationButtonImageSource property.

Declaration
public static readonly DependencyProperty ApplicationButtonImageSourceProperty
Field Value
System.Windows.DependencyProperty

BackstageClippingElementProperty

Gets or sets the area that will contain the backstage.

Declaration
public static readonly DependencyProperty BackstageClippingElementProperty
Field Value
System.Windows.DependencyProperty

BackstageProperty

Identifies the Backstage property.

Declaration
public static readonly DependencyProperty BackstageProperty
Field Value
System.Windows.DependencyProperty

DiagramCellHeightProperty

Identifies the DiagramCellHeight dependency property.

Declaration
public static readonly DependencyProperty DiagramCellHeightProperty
Field Value
System.Windows.DependencyProperty

DiagramCellWidthProperty

Identifies the DiagramCellWidth dependency property.

Declaration
public static readonly DependencyProperty DiagramCellWidthProperty
Field Value
System.Windows.DependencyProperty

DiagramLineStrokeProperty

Identifies the DiagramLineStroke dependency property.

Declaration
public static readonly DependencyProperty DiagramLineStrokeProperty
Field Value
System.Windows.DependencyProperty

DiagramProperty

Identifies the Diagram dependency property.

Declaration
public static readonly DependencyProperty DiagramProperty
Field Value
System.Windows.DependencyProperty

HorizontalRulerProperty

Identifies the HorizontalRuler dependency property.

Declaration
public static readonly DependencyProperty HorizontalRulerProperty
Field Value
System.Windows.DependencyProperty

HtmlExportButtonClickedEvent

This event fires when the HTML Export button is clicked.

Declaration
public static readonly RoutedEvent HtmlExportButtonClickedEvent
Field Value
System.Windows.RoutedEvent

LayoutModeButtonContentProperty

Identifies the LayoutModeButtonContent dependency property.

Declaration
public static readonly DependencyProperty LayoutModeButtonContentProperty
Field Value
System.Windows.DependencyProperty

LayoutModeProperty

Identifies the LayoutMode dependency property.

Declaration
public static readonly DependencyProperty LayoutModeProperty
Field Value
System.Windows.DependencyProperty

NavigationPaneProperty

Identifies the NavigationPane dependency property.

Declaration
public static readonly DependencyProperty NavigationPaneProperty
Field Value
System.Windows.DependencyProperty

QuickAccessToolBarPositionProperty

Identifies the QuickAccessToolBarPosition property.

Declaration
public static readonly DependencyProperty QuickAccessToolBarPositionProperty
Field Value
System.Windows.DependencyProperty

QuickAccessToolBarProperty

Identifies the QuickAccessToolBar property.

Declaration
public static readonly DependencyProperty QuickAccessToolBarProperty
Field Value
System.Windows.DependencyProperty

RibbonViewStyleProperty

Identifies the RibbonViewStyle dependency property.

Declaration
public static readonly DependencyProperty RibbonViewStyleProperty
Field Value
System.Windows.DependencyProperty

SelectedShapeToolIndexProperty

Identifies the SelectedShapeToolIndex dependency property.

Declaration
public static readonly DependencyProperty SelectedShapeToolIndexProperty
Field Value
System.Windows.DependencyProperty

ShowLayoutModeButtonProperty

Identifies the ShowLayoutModeButton dependency property.

Declaration
public static readonly DependencyProperty ShowLayoutModeButtonProperty
Field Value
System.Windows.DependencyProperty

TitleBarVisibilityProperty

Identifies the TitleBarVisibility property.

Declaration
public static readonly DependencyProperty TitleBarVisibilityProperty
Field Value
System.Windows.DependencyProperty

ToolboxProperty

Identifies the Toolbox dependency property.

Declaration
public static readonly DependencyProperty ToolboxProperty
Field Value
System.Windows.DependencyProperty

VerticalRulerProperty

Identifies the VerticalRuler dependency property.

Declaration
public static readonly DependencyProperty VerticalRulerProperty
Field Value
System.Windows.DependencyProperty

Properties

ActiveToolType

Gets or sets the active tool of the DiagramRibbon (Diagram default tools and shape tool).

Declaration
public ToolType ActiveToolType { get; set; }
Property Value
ToolType

AdditionalGroups

Gets the collection of additional RadRibbonGroups.

Declaration
public ObservableCollection<RadRibbonGroup> AdditionalGroups { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RadRibbonGroup>

AdditionalTabs

Gets the collection of additional RadRibbonTabs.

Declaration
public ObservableCollection<RadRibbonTab> AdditionalTabs { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RadRibbonTab>

ApplicationButtonContent

Gets or sets the application button content. Use this property or ApplicationButtonImageSource property to set the content of the application button.

Declaration
public object ApplicationButtonContent { get; set; }
Property Value
System.Object

ApplicationButtonImageSource

Gets or sets the application button image source.

Declaration
public ImageSource ApplicationButtonImageSource { get; set; }
Property Value
System.Windows.Media.ImageSource

Backstage

Gets or sets the backstage.

Declaration
public RadRibbonBackstage Backstage { get; set; }
Property Value
RadRibbonBackstage

The backstage.

BackstageClippingElement

Gets or sets the area that will contain the backstage.

Declaration
public FrameworkElement BackstageClippingElement { get; set; }
Property Value
System.Windows.FrameworkElement

Diagram

Gets or sets the diagram.

Declaration
public RadDiagram Diagram { get; set; }
Property Value
RadDiagram

DiagramCellHeight

Gets the sell size height of the diagram.

Declaration
public double DiagramCellHeight { get; }
Property Value
System.Double

DiagramCellWidth

Gets the sell size width of the diagram.

Declaration
public double DiagramCellWidth { get; }
Property Value
System.Double

DiagramLineStroke

Gets the lines stroke of the diagram's background grid.

Declaration
public Color DiagramLineStroke { get; }
Property Value
System.Windows.Media.Color

HorizontalRuler

Gets or sets the horizontal diagram ruler.

Declaration
public RadDiagramRuler HorizontalRuler { get; set; }
Property Value
RadDiagramRuler

LayoutMode

Gets or sets the LayoutMode of the RadRibbonView.

Declaration
public RibbonLayout LayoutMode { get; set; }
Property Value
RibbonLayout

LayoutModeButtonContent

Gets or sets the content of the LayoutMode button.

Declaration
public object LayoutModeButtonContent { get; set; }
Property Value
System.Object

NavigationPane

Gets or sets the navigation pane.

Declaration
public RadDiagramNavigationPane NavigationPane { get; set; }
Property Value
RadDiagramNavigationPane

QuickAccessToolBar

Gets or sets the QuickAccessToolBar.

Declaration
public QuickAccessToolBar QuickAccessToolBar { get; set; }
Property Value
QuickAccessToolBar

QuickAccessToolBarPosition

Gets or sets the quick access toolbar position.

Declaration
public QuickAccessToolBarPosition QuickAccessToolBarPosition { get; set; }
Property Value
QuickAccessToolBarPosition

RibbonViewStyle

Styles the RibbonView.

Declaration
public Style RibbonViewStyle { get; set; }
Property Value
System.Windows.Style

SelectedShapeToolIndex

Gets the index of the active shape tool. 0 - Rectangle, 1 - Ellipse, 2 - Triangle.

Declaration
public int SelectedShapeToolIndex { get; }
Property Value
System.Int32

ShowLayoutModeButton

Gets or sets a value indicating whether to show layout button should be visible.

Declaration
public bool ShowLayoutModeButton { get; set; }
Property Value
System.Boolean

TitleBarVisibility

Gets or sets the title bar visibility of the RadRibbonView.

Declaration
public Visibility TitleBarVisibility { get; set; }
Property Value
System.Windows.Visibility

Toolbox

Gets or sets the toolbox.

Declaration
public RadDiagramToolbox Toolbox { get; set; }
Property Value
RadDiagramToolbox

VerticalRuler

Gets or sets the vertical diagram ruler.

Declaration
public RadDiagramRuler VerticalRuler { get; set; }
Property Value
RadDiagramRuler

Methods

OnApplyTemplate()

Declaration
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

ResetTheme()

Declaration
public void ResetTheme()

Events

HtmlExportButtonClicked

Occurs when the HTML Export button is clicked.

Declaration
public event RadRoutedEventHandler HtmlExportButtonClicked
Event Type
RadRoutedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.