RibbonProperties Members
Contains settings that control the display of bar items in a RibbonControl.Constructors
Name | Description |
---|---|
RibbonProperties(BarAndDockingController) | Initializes a new instance of the RibbonProperties class. |
Properties
Name | Description |
---|---|
DefaultGlyphSize | Gets or sets the default size for all regular item icons within the RibbonControl. |
DefaultLargeGlyphSize | Gets or sets the default size for all large item icons within the RibbonControl. |
DefaultSimplifiedRibbonGlyphSize | Gets or sets the default icon size for the RibbonControl‘s simplified layout. |
ScaleEditors | Gets or sets whether in-place editors are automatically stretched to match the current DPI settings of the user’s monitor. |
ScaleGalleryItems | Gets or sets whether gallery items are automatically stretched to match the current DPI settings of the user’s monitor. |
ScaleIcons | Gets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user’s monitor. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines 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. |
GetHashCode() | Serves as the default hash function. 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