Back to Devexpress

BarItemLinkControlProperties Members

wpf-devexpress-dot-xpf-dot-bars-dot-baritemlinkcontrolproperties-dot-underscore-members.md

latest6.2 KB
Original Source

BarItemLinkControlProperties Members

A set of properties that describe the BarItem’s visual states.

Constructors

NameDescription
BarItemLinkControlProperties()Initializes a new instance of the BarItemLinkControlProperties class.

Fields

NameDescription
ContainerTypeProperty staticIdentifies the BarItemLinkControlProperties.ContainerType attached property.
GlyphSizeProperty staticIdentifies the BarItemLinkControlProperties.GlyphSize attached property.
IsMouseOverProperty staticIdentifies the BarItemLinkControlProperties.IsMouseOver attached property.
IsPressedProperty staticIdentifies the BarItemLinkControlProperties.IsPressed attached property.
RibbonStyleProperty staticIdentifies the BarItemLinkControlProperties.RibbonStyle attached property.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetContainerType(DependencyObject) staticGets the value of the ContainerType attached property to a specified element.
GetGlyphSize(DependencyObject) staticGets the value of the GlyphSize attached property to a specified element.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetIsMouseOver(DependencyObject) staticGets the value of the IsMouseOver attached property to a specified element.
GetIsPressed(DependencyObject) staticGets the value of the IsPressed attached property to a specified element.
GetRibbonStyle(DependencyObject) staticGets the value of the GetRibbonStyle(DependencyObject) attached property to a specified element.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Attached Properties

NameDescription
ContainerType staticGets the type of container that displays the current baritem. This is the attached property.
GlyphSize staticGets the element’s glyph size. This is the attached property.
IsMouseOver staticGets whether the mouse cursor is over the item. This is a dependency property.
IsPressed staticGets whether the item is currently being pressed. This is a dependency property.
RibbonStyle staticGets the BarItem’s RibbonStyle property.

See Also

BarItemLinkControlProperties Class

DevExpress.Xpf.Bars Namespace