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

A restyled Separator for the Ribbon.
Inheritance: System.Windows.Controls.Separator
显示文件 Open project: kasicass/kasicass Class Usage Examples

Public Properties

Property Type Description
LabelProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
RibbonSeparator System

Protected Methods

Method 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

Method Description
RibbonSeparator ( ) : System

Initializes static members of the RibbonSeparator class.

Method Details

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

OnPropertyChanged() protected method

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnVisualParentChanged() protected method

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.
return void

Property Details

LabelProperty public_oe static_oe property

DependencyProperty for Label property.
public static DependencyProperty,System.Windows LabelProperty
return System.Windows.DependencyProperty

RibbonProperty public_oe static_oe property

DependencyProperty for Ribbon property.
public static DependencyProperty,System.Windows RibbonProperty
return System.Windows.DependencyProperty