Skip to main content
A newer version of this page is available. .

RibbonSeparator Members

A line that separates neighboring RibbonItems within a single RibbonGroup.

Constructors

Name Description
RibbonSeparator() Initializes a new instance of the RibbonSeparator class.

Fields

Name Description
IsEnabledProperty static Identifies the IsEnabled dependency property. Inherited from RibbonItemBase.
IsVisibleProperty static Identifies the IsVisible dependency property. Inherited from RibbonItemBase.
StyleSettingsProperty static Identifies the StyleSettings dependency property. Inherited from RibbonItem<TSettings>.

Properties

Name Description
IsEnabled Gets or sets whether the ribbon item is enabled. This is a dependency property. Inherited from RibbonItemBase.
IsVisible Gets or sets whether the ribbon item is visible. This is a dependency property. Inherited from RibbonItemBase.
StyleSettings Gets or sets style settings applied to a ribbon item. This is a dependency property. Inherited from RibbonItem<TSettings>.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also