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

A Static class declaring attached dependency properties needed for ribbon controls.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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