HypernovaDesktop Components · docs
Binarymission
WPFRibbon › IBinaryRibbonContentElement

IBinaryRibbonContentElement

interface.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office

The interface that all controls will implement if they want to be a BinaryRibbon host-able control, and those that are ContentControl elements themselves.

public interface IBinaryRibbonContentElement : IBinaryRibbonComponent

Inherits from / implements: IBinaryRibbonComponent

Members at a glance

ContentGets or sets the content.
LargeImageGets or sets the large image.
SmallImageGets or sets the small image.

Properties

Content

object Content

Gets or sets the content.

Value. The content.

LargeImage

ImageSource LargeImage

Gets or sets the large image.

Value. The large image.

SmallImage

ImageSource SmallImage

Gets or sets the small image.

Value. The small image.