C# Класс Microsoft.Windows.Controls.Ribbon.RibbonSeparator

A restyled Separator for the Ribbon.
Наследование: System.Windows.Controls.Separator
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LabelProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
RibbonSeparator System

Защищенные методы

Метод Описание
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVisualParentChanged ( DependencyObject oldParent ) : void

Called when the parent of the Visual has changed.

Приватные методы

Метод Описание
RibbonSeparator ( ) : System

Initializes static members of the RibbonSeparator class.

Описание методов

OnCreateAutomationPeer() защищенный Метод

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
Результат System.Windows.Automation.Peers.AutomationPeer

OnPropertyChanged() защищенный Метод

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

OnVisualParentChanged() защищенный Метод

Called when the parent of the Visual has changed.
protected OnVisualParentChanged ( DependencyObject oldParent ) : void
oldParent System.Windows.DependencyObject Old parent or null if the Visual did not have a parent before.
Результат void

Описание свойств

LabelProperty публичное статическое свойство

DependencyProperty for Label property.
public static DependencyProperty,System.Windows LabelProperty
Результат System.Windows.DependencyProperty

RibbonProperty публичное статическое свойство

DependencyProperty for Ribbon property.
public static DependencyProperty,System.Windows RibbonProperty
Результат System.Windows.DependencyProperty