Enum DisplayType
The way that UI elements are displayed in the ribbon
Namespace: Sdl.Desktop.IntegrationApi.Extensions
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
public enum DisplayType
Fields
Name | Description |
---|---|
Default | The size of the UI element will be based on its preseted default or by its parent container. |
ImageOnly | The caption of the UI element is hidden and its image is displayed. |
Large | The UI element displays an enlarged image with the text below. |
Normal | The image and text of the UI element are both displayed. |