C# Class Microsoft.Windows.Controls.Ribbon.RibbonSeparator

A restyled Separator for the Ribbon.
Inheritance: System.Windows.Controls.Separator
Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Méthodes publiques

Свойство Type Description
LabelProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
RibbonSeparator System

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
RibbonSeparator ( ) : System

Initializes static members of the RibbonSeparator class.

Method Details

OnCreateAutomationPeer() protected méthode

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
Résultat System.Windows.Automation.Peers.AutomationPeer

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnVisualParentChanged() protected méthode

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.
Résultat void

Property Details

LabelProperty public_oe static_oe property

DependencyProperty for Label property.
public static DependencyProperty,System.Windows LabelProperty
Résultat System.Windows.DependencyProperty

RibbonProperty public_oe static_oe property

DependencyProperty for Ribbon property.
public static DependencyProperty,System.Windows RibbonProperty
Résultat System.Windows.DependencyProperty