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

A Static class declaring attached dependency properties needed for ribbon controls.
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CanAddToQuickAccessToolBarDirectlyProperty System.Windows.DependencyProperty
CheckedBackgroundProperty System.Windows.DependencyProperty
CheckedBorderBrushProperty System.Windows.DependencyProperty
ControlSizeDefinitionProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
DefaultControlSizeDefinitionProperty System.Windows.DependencyProperty
DismissPopupEvent System.Windows.RoutedEvent
FocusedBackgroundProperty System.Windows.DependencyProperty
FocusedBorderBrushProperty System.Windows.DependencyProperty
IsInControlGroupProperty System.Windows.DependencyProperty
IsInQuickAccessToolBarProperty System.Windows.DependencyProperty
LabelProperty System.Windows.DependencyProperty
LargeImageSourceProperty System.Windows.DependencyProperty
MouseOverBackgroundProperty System.Windows.DependencyProperty
MouseOverBorderBrushProperty System.Windows.DependencyProperty
PressedBackgroundProperty System.Windows.DependencyProperty
PressedBorderBrushProperty System.Windows.DependencyProperty
QuickAccessToolBarControlSizeDefinitionProperty System.Windows.DependencyProperty
QuickAccessToolBarIdProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty
ShowKeyboardCuesProperty System.Windows.DependencyProperty
SmallImageSourceProperty System.Windows.DependencyProperty
ToolTipDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterImageSourceProperty System.Windows.DependencyProperty
ToolTipFooterTitleProperty System.Windows.DependencyProperty
ToolTipImageSourceProperty System.Windows.DependencyProperty
ToolTipTitleProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AddDismissPopupHandler ( DependencyObject element, RibbonDismissPopupEventHandler handler ) : void
GetCanAddToQuickAccessToolBarDirectly ( DependencyObject element ) : bool
GetCheckedBackground ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the background brush used in a "Checked" state of the ribbon controls.

GetCheckedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the border brush used in a "Checked" state of the ribbon controls.

GetControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition

Gets the value of the ControlSizeDefinition (including image size, and whether or not label is displayed) applied to this element.

GetCornerRadius ( DependencyObject element ) : System.Windows.CornerRadius

Gets the value of CornerRadius for button based Controls

GetDefaultControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition
GetFocusedBackground ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the background brush used in a "Focused" state of the ribbon controls.

GetFocusedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the border brush used in a "Focused" state of the ribbon controls.

GetIsInControlGroup ( DependencyObject element ) : bool

Gets the value of the IsInControlGroup on this element, which indicates whether this element belongs to a RibbonControlGroup or not.

GetIsInQuickAccessToolBar ( DependencyObject element ) : bool

Get property which indicates whether the control is part of a QuickAccessToolBar.

GetLabel ( DependencyObject element ) : string

Gets the value of Label on the specified object

GetLargeImageSource ( DependencyObject element ) : ImageSource

Gets the value of LargeImageSource on the specified object

GetMouseOverBackground ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the background brush used in a "hover" state of the ribbon controls.

GetMouseOverBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the outer border brush used in a "hover" state of the ribbon controls.

GetPressedBackground ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the background brush used in a "Pressed" state of the ribbon controls.

GetPressedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush

Gets the value of the outer border brush used in a "Pressed" state of the ribbon controls.

GetQuickAccessToolBarControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition

Get size definition which is applied to the control when it is displayed as a part of a QuickAccessToolBar.

GetQuickAccessToolBarId ( DependencyObject element ) : object

Gets the value of the QuickAccessToolBarId property.

GetRibbon ( DependencyObject element ) : Ribbon

Gets the value of the Ribbon property.

GetShowKeyboardCues ( DependencyObject element ) : bool

Gets the value of the ShowKeyboardCues property.

GetSmallImageSource ( DependencyObject element ) : ImageSource

Gets the value of SmallImageSource on the specified object

GetToolTipDescription ( DependencyObject element ) : string

Gets the value of ToolTipDescription on the specified object

GetToolTipFooterDescription ( DependencyObject element ) : string

Gets the value of ToolTipFooterDescription on the specified object

GetToolTipFooterImageSource ( DependencyObject element ) : ImageSource

Gets the value of ToolTipFooterImageSource on the specified object

GetToolTipFooterTitle ( DependencyObject element ) : string

Gets the value of ToolTipFooterTitle on the specified object

GetToolTipImageSource ( DependencyObject element ) : ImageSource

Gets the value of ToolTipImageSource on the specified object

GetToolTipTitle ( DependencyObject element ) : string

Gets the value of ToolTipTitle on the specified object

RemoveDismissPopupHandler ( DependencyObject element, RibbonDismissPopupEventHandler handler ) : void
SetCanAddToQuickAccessToolBarDirectly ( DependencyObject element, bool value ) : void
SetCheckedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the background used in a "Checked" state of the ribbon controls.

SetCheckedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the border brush used in "Checked" state of the ribbon controls.

SetControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void

Sets the value of the ControlSizeDefinition on this element.

SetCornerRadius ( DependencyObject element, System.Windows.CornerRadius value ) : void

Sets the value of CornerRadius for button based Control.

SetDefaultControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void
SetFocusedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the background used in a "Focused" state of the ribbon controls.

SetFocusedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the border brush used in "Focused" state of the ribbon controls.

SetLabel ( DependencyObject element, string value ) : void

Sets the value of Label on the specified object

SetLargeImageSource ( DependencyObject element, ImageSource value ) : void

Sets the value of LargeImageSource on the specified object

SetMouseOverBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the background brush used in a "hover" state of the ribbon controls.

SetMouseOverBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the outer border brush used in a "hover" state of the ribbon controls.

SetPressedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the background used in a "Pressed" state of the ribbon controls.

SetPressedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void

Sets the value of the outer border brush used in a "Pressed" state of the ribbon controls.

SetQuickAccessToolBarControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void

Set size definition which is applied to the control when it is displayed as a part of a QuickAccessToolBar.

SetQuickAccessToolBarId ( DependencyObject element, object value ) : void

Sets the value of the QuickAccessToolBarId property.

SetSmallImageSource ( DependencyObject element, ImageSource value ) : void

Sets the value of SmallImageSource on the specified object

SetToolTipDescription ( DependencyObject element, string value ) : void

Sets the value of ToolTipDescription on the specified object

SetToolTipFooterDescription ( DependencyObject element, string value ) : void

Sets the value of ToolTipFooterDescription on the specified object

SetToolTipFooterImageSource ( DependencyObject element, ImageSource value ) : void

Sets the value of ToolTipFooterImageSource on the specified object

SetToolTipFooterTitle ( DependencyObject element, string value ) : void

Sets the value of ToolTipFooterTitle on the specified object

SetToolTipImageSource ( DependencyObject element, ImageSource value ) : void

Sets the value of ToolTipImageSource on the specified object

SetToolTipTitle ( DependencyObject element, string value ) : void

Sets the value of ToolTipTitle on the specified object

비공개 메소드들

메소드 설명
CoerceControlSizeDefinition ( DependencyObject d, object baseValue ) : object
CoerceDefaultControlSizeDefinition ( DependencyObject d, object baseValue ) : object
OnControlSizeDefinitionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnDefaultControlSizeDefinitionChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLabelChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLargeImageSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSmallImageSourceChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetIsInControlGroup ( DependencyObject element, bool value ) : void

Sets the value of the IsInControlGroup on this element. Should be set by the RibbonControlGroup parent control.

SetIsInQuickAccessToolBar ( DependencyObject element, bool value ) : void

Set property which indicates whether the control is part of a QuickAccessToolBar.

SetRibbon ( DependencyObject element, Ribbon value ) : void

Sets the value of the Ribbon property.

SetShowKeyboardCues ( DependencyObject element, bool value ) : void

Sets the value of the ShowKeyboardCues property.

UpdateDefaultControlSizeDefinition ( DependencyObject d ) : void

메소드 상세

AddDismissPopupHandler() 공개 정적인 메소드

public static AddDismissPopupHandler ( DependencyObject element, RibbonDismissPopupEventHandler handler ) : void
element System.Windows.DependencyObject
handler RibbonDismissPopupEventHandler
리턴 void

GetCanAddToQuickAccessToolBarDirectly() 공개 정적인 메소드

public static GetCanAddToQuickAccessToolBarDirectly ( DependencyObject element ) : bool
element System.Windows.DependencyObject
리턴 bool

GetCheckedBackground() 공개 정적인 메소드

Gets the value of the background brush used in a "Checked" state of the ribbon controls.
public static GetCheckedBackground ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetCheckedBorderBrush() 공개 정적인 메소드

Gets the value of the border brush used in a "Checked" state of the ribbon controls.
public static GetCheckedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetControlSizeDefinition() 공개 정적인 메소드

Gets the value of the ControlSizeDefinition (including image size, and whether or not label is displayed) applied to this element.
public static GetControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition
element System.Windows.DependencyObject
리턴 RibbonControlSizeDefinition

GetCornerRadius() 공개 정적인 메소드

Gets the value of CornerRadius for button based Controls
public static GetCornerRadius ( DependencyObject element ) : System.Windows.CornerRadius
element System.Windows.DependencyObject
리턴 System.Windows.CornerRadius

GetDefaultControlSizeDefinition() 공개 정적인 메소드

public static GetDefaultControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition
element System.Windows.DependencyObject
리턴 RibbonControlSizeDefinition

GetFocusedBackground() 공개 정적인 메소드

Gets the value of the background brush used in a "Focused" state of the ribbon controls.
public static GetFocusedBackground ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetFocusedBorderBrush() 공개 정적인 메소드

Gets the value of the border brush used in a "Focused" state of the ribbon controls.
public static GetFocusedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetIsInControlGroup() 공개 정적인 메소드

Gets the value of the IsInControlGroup on this element, which indicates whether this element belongs to a RibbonControlGroup or not.
public static GetIsInControlGroup ( DependencyObject element ) : bool
element System.Windows.DependencyObject
리턴 bool

GetIsInQuickAccessToolBar() 공개 정적인 메소드

Get property which indicates whether the control is part of a QuickAccessToolBar.
public static GetIsInQuickAccessToolBar ( DependencyObject element ) : bool
element System.Windows.DependencyObject
리턴 bool

GetLabel() 공개 정적인 메소드

Gets the value of Label on the specified object
public static GetLabel ( DependencyObject element ) : string
element System.Windows.DependencyObject
리턴 string

GetLargeImageSource() 공개 정적인 메소드

Gets the value of LargeImageSource on the specified object
public static GetLargeImageSource ( DependencyObject element ) : ImageSource
element System.Windows.DependencyObject
리턴 ImageSource

GetMouseOverBackground() 공개 정적인 메소드

Gets the value of the background brush used in a "hover" state of the ribbon controls.
public static GetMouseOverBackground ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetMouseOverBorderBrush() 공개 정적인 메소드

Gets the value of the outer border brush used in a "hover" state of the ribbon controls.
public static GetMouseOverBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetPressedBackground() 공개 정적인 메소드

Gets the value of the background brush used in a "Pressed" state of the ribbon controls.
public static GetPressedBackground ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetPressedBorderBrush() 공개 정적인 메소드

Gets the value of the outer border brush used in a "Pressed" state of the ribbon controls.
public static GetPressedBorderBrush ( DependencyObject element ) : System.Windows.Media.Brush
element System.Windows.DependencyObject
리턴 System.Windows.Media.Brush

GetQuickAccessToolBarControlSizeDefinition() 공개 정적인 메소드

Get size definition which is applied to the control when it is displayed as a part of a QuickAccessToolBar.
public static GetQuickAccessToolBarControlSizeDefinition ( DependencyObject element ) : RibbonControlSizeDefinition
element System.Windows.DependencyObject
리턴 RibbonControlSizeDefinition

GetQuickAccessToolBarId() 공개 정적인 메소드

Gets the value of the QuickAccessToolBarId property.
public static GetQuickAccessToolBarId ( DependencyObject element ) : object
element System.Windows.DependencyObject
리턴 object

GetRibbon() 공개 정적인 메소드

Gets the value of the Ribbon property.
public static GetRibbon ( DependencyObject element ) : Ribbon
element System.Windows.DependencyObject
리턴 Ribbon

GetShowKeyboardCues() 공개 정적인 메소드

Gets the value of the ShowKeyboardCues property.
public static GetShowKeyboardCues ( DependencyObject element ) : bool
element System.Windows.DependencyObject
리턴 bool

GetSmallImageSource() 공개 정적인 메소드

Gets the value of SmallImageSource on the specified object
public static GetSmallImageSource ( DependencyObject element ) : ImageSource
element System.Windows.DependencyObject
리턴 ImageSource

GetToolTipDescription() 공개 정적인 메소드

Gets the value of ToolTipDescription on the specified object
public static GetToolTipDescription ( DependencyObject element ) : string
element System.Windows.DependencyObject
리턴 string

GetToolTipFooterDescription() 공개 정적인 메소드

Gets the value of ToolTipFooterDescription on the specified object
public static GetToolTipFooterDescription ( DependencyObject element ) : string
element System.Windows.DependencyObject
리턴 string

GetToolTipFooterImageSource() 공개 정적인 메소드

Gets the value of ToolTipFooterImageSource on the specified object
public static GetToolTipFooterImageSource ( DependencyObject element ) : ImageSource
element System.Windows.DependencyObject
리턴 ImageSource

GetToolTipFooterTitle() 공개 정적인 메소드

Gets the value of ToolTipFooterTitle on the specified object
public static GetToolTipFooterTitle ( DependencyObject element ) : string
element System.Windows.DependencyObject
리턴 string

GetToolTipImageSource() 공개 정적인 메소드

Gets the value of ToolTipImageSource on the specified object
public static GetToolTipImageSource ( DependencyObject element ) : ImageSource
element System.Windows.DependencyObject
리턴 ImageSource

GetToolTipTitle() 공개 정적인 메소드

Gets the value of ToolTipTitle on the specified object
public static GetToolTipTitle ( DependencyObject element ) : string
element System.Windows.DependencyObject
리턴 string

RemoveDismissPopupHandler() 공개 정적인 메소드

public static RemoveDismissPopupHandler ( DependencyObject element, RibbonDismissPopupEventHandler handler ) : void
element System.Windows.DependencyObject
handler RibbonDismissPopupEventHandler
리턴 void

SetCanAddToQuickAccessToolBarDirectly() 공개 정적인 메소드

public static SetCanAddToQuickAccessToolBarDirectly ( DependencyObject element, bool value ) : void
element System.Windows.DependencyObject
value bool
리턴 void

SetCheckedBackground() 공개 정적인 메소드

Sets the value of the background used in a "Checked" state of the ribbon controls.
public static SetCheckedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetCheckedBorderBrush() 공개 정적인 메소드

Sets the value of the border brush used in "Checked" state of the ribbon controls.
public static SetCheckedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetControlSizeDefinition() 공개 정적인 메소드

Sets the value of the ControlSizeDefinition on this element.
public static SetControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void
element System.Windows.DependencyObject
value RibbonControlSizeDefinition
리턴 void

SetCornerRadius() 공개 정적인 메소드

Sets the value of CornerRadius for button based Control.
public static SetCornerRadius ( DependencyObject element, System.Windows.CornerRadius value ) : void
element System.Windows.DependencyObject
value System.Windows.CornerRadius
리턴 void

SetDefaultControlSizeDefinition() 공개 정적인 메소드

public static SetDefaultControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void
element System.Windows.DependencyObject
value RibbonControlSizeDefinition
리턴 void

SetFocusedBackground() 공개 정적인 메소드

Sets the value of the background used in a "Focused" state of the ribbon controls.
public static SetFocusedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetFocusedBorderBrush() 공개 정적인 메소드

Sets the value of the border brush used in "Focused" state of the ribbon controls.
public static SetFocusedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetLabel() 공개 정적인 메소드

Sets the value of Label on the specified object
public static SetLabel ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
리턴 void

SetLargeImageSource() 공개 정적인 메소드

Sets the value of LargeImageSource on the specified object
public static SetLargeImageSource ( DependencyObject element, ImageSource value ) : void
element System.Windows.DependencyObject
value ImageSource
리턴 void

SetMouseOverBackground() 공개 정적인 메소드

Sets the value of the background brush used in a "hover" state of the ribbon controls.
public static SetMouseOverBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetMouseOverBorderBrush() 공개 정적인 메소드

Sets the value of the outer border brush used in a "hover" state of the ribbon controls.
public static SetMouseOverBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetPressedBackground() 공개 정적인 메소드

Sets the value of the background used in a "Pressed" state of the ribbon controls.
public static SetPressedBackground ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetPressedBorderBrush() 공개 정적인 메소드

Sets the value of the outer border brush used in a "Pressed" state of the ribbon controls.
public static SetPressedBorderBrush ( DependencyObject element, System.Windows.Media.Brush value ) : void
element System.Windows.DependencyObject
value System.Windows.Media.Brush
리턴 void

SetQuickAccessToolBarControlSizeDefinition() 공개 정적인 메소드

Set size definition which is applied to the control when it is displayed as a part of a QuickAccessToolBar.
public static SetQuickAccessToolBarControlSizeDefinition ( DependencyObject element, RibbonControlSizeDefinition value ) : void
element System.Windows.DependencyObject
value RibbonControlSizeDefinition
리턴 void

SetQuickAccessToolBarId() 공개 정적인 메소드

Sets the value of the QuickAccessToolBarId property.
public static SetQuickAccessToolBarId ( DependencyObject element, object value ) : void
element System.Windows.DependencyObject
value object
리턴 void

SetSmallImageSource() 공개 정적인 메소드

Sets the value of SmallImageSource on the specified object
public static SetSmallImageSource ( DependencyObject element, ImageSource value ) : void
element System.Windows.DependencyObject
value ImageSource
리턴 void

SetToolTipDescription() 공개 정적인 메소드

Sets the value of ToolTipDescription on the specified object
public static SetToolTipDescription ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
리턴 void

SetToolTipFooterDescription() 공개 정적인 메소드

Sets the value of ToolTipFooterDescription on the specified object
public static SetToolTipFooterDescription ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
리턴 void

SetToolTipFooterImageSource() 공개 정적인 메소드

Sets the value of ToolTipFooterImageSource on the specified object
public static SetToolTipFooterImageSource ( DependencyObject element, ImageSource value ) : void
element System.Windows.DependencyObject
value ImageSource
리턴 void

SetToolTipFooterTitle() 공개 정적인 메소드

Sets the value of ToolTipFooterTitle on the specified object
public static SetToolTipFooterTitle ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
리턴 void

SetToolTipImageSource() 공개 정적인 메소드

Sets the value of ToolTipImageSource on the specified object
public static SetToolTipImageSource ( DependencyObject element, ImageSource value ) : void
element System.Windows.DependencyObject
value ImageSource
리턴 void

SetToolTipTitle() 공개 정적인 메소드

Sets the value of ToolTipTitle on the specified object
public static SetToolTipTitle ( DependencyObject element, string value ) : void
element System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

CanAddToQuickAccessToolBarDirectlyProperty 공개적으로 정적으로 프로퍼티

Property determining whether a control can be added to the RibbonQuickAccessToolBar directly. Setting this API to false means there is no default ContextMenu.
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarDirectlyProperty
리턴 System.Windows.DependencyProperty

CheckedBackgroundProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for CheckedBackground property.
public static DependencyProperty,System.Windows CheckedBackgroundProperty
리턴 System.Windows.DependencyProperty

CheckedBorderBrushProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for CheckedBorderBrush property.
public static DependencyProperty,System.Windows CheckedBorderBrushProperty
리턴 System.Windows.DependencyProperty

ControlSizeDefinitionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ControlSizeDefinition property.
public static DependencyProperty,System.Windows ControlSizeDefinitionProperty
리턴 System.Windows.DependencyProperty

CornerRadiusProperty 공개적으로 정적으로 프로퍼티

Dependency Property for the CornerRadius of a button based Control.
public static DependencyProperty,System.Windows CornerRadiusProperty
리턴 System.Windows.DependencyProperty

DefaultControlSizeDefinitionProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows DefaultControlSizeDefinitionProperty
리턴 System.Windows.DependencyProperty

DismissPopupEvent 공개적으로 정적으로 프로퍼티

public static RoutedEvent,System.Windows DismissPopupEvent
리턴 System.Windows.RoutedEvent

FocusedBackgroundProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for FocusedBackground property.
public static DependencyProperty,System.Windows FocusedBackgroundProperty
리턴 System.Windows.DependencyProperty

FocusedBorderBrushProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for FocusedBorderBrush property.
public static DependencyProperty,System.Windows FocusedBorderBrushProperty
리턴 System.Windows.DependencyProperty

IsInControlGroupProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsInControlGroupProperty
리턴 System.Windows.DependencyProperty

IsInQuickAccessToolBarProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsInQuickAccessToolBarProperty
리턴 System.Windows.DependencyProperty

LabelProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for Label. This is the primary label that will be used on a bound Ribbon control.
public static DependencyProperty,System.Windows LabelProperty
리턴 System.Windows.DependencyProperty

LargeImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for LargeImageSource. At 96dpi this is normally a 32x32 icon.
public static DependencyProperty,System.Windows LargeImageSourceProperty
리턴 System.Windows.DependencyProperty

MouseOverBackgroundProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for MouseOverBackground property.
public static DependencyProperty,System.Windows MouseOverBackgroundProperty
리턴 System.Windows.DependencyProperty

MouseOverBorderBrushProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for MouseOverBorderBrush property.
public static DependencyProperty,System.Windows MouseOverBorderBrushProperty
리턴 System.Windows.DependencyProperty

PressedBackgroundProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for PressedBackground property.
public static DependencyProperty,System.Windows PressedBackgroundProperty
리턴 System.Windows.DependencyProperty

PressedBorderBrushProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for PressedBorderBrush property.
public static DependencyProperty,System.Windows PressedBorderBrushProperty
리턴 System.Windows.DependencyProperty

QuickAccessToolBarControlSizeDefinitionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for QuickAccessToolBarControlSizeDefinition property.
public static DependencyProperty,System.Windows QuickAccessToolBarControlSizeDefinitionProperty
리턴 System.Windows.DependencyProperty

QuickAccessToolBarIdProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for QuickAccessToolBarId property. This property allows to us to establish a relationship between a control in the Ribbon and its counterpart in the QAT.
public static DependencyProperty,System.Windows QuickAccessToolBarIdProperty
리턴 System.Windows.DependencyProperty

RibbonProperty 공개적으로 정적으로 프로퍼티

Expose Ribbon DependencyProperty for controls to read State brushes off the Ribbon parent.
public static DependencyProperty,System.Windows RibbonProperty
리턴 System.Windows.DependencyProperty

ShowKeyboardCuesProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ShowKeyboardCuesProperty
리턴 System.Windows.DependencyProperty

SmallImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for SmallImageSource. At 96dpi this is normally a 16x16 icon.
public static DependencyProperty,System.Windows SmallImageSourceProperty
리턴 System.Windows.DependencyProperty

ToolTipDescriptionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipDescription. This is used as the main body description of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipDescriptionProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterDescriptionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterDescription. This is the main description in the footer of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipFooterDescriptionProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterImageSource. This is the image used in the footer of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipFooterImageSourceProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterTitleProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterTitle. This is the title of the footer of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipFooterTitleProperty
리턴 System.Windows.DependencyProperty

ToolTipImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipImageSource. This is the main image in the body of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipImageSourceProperty
리턴 System.Windows.DependencyProperty

ToolTipTitleProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipTitle. This is used as the main header of the ToolTip for a Ribbon control.
public static DependencyProperty,System.Windows ToolTipTitleProperty
리턴 System.Windows.DependencyProperty