C# 클래스 Microsoft.Windows.Controls.Ribbon.RibbonSeparator

A restyled Separator for the Ribbon.
상속: System.Windows.Controls.Separator
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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