Version: 1.4
LanguageEnglish
  • C#

Layout

enumeration

Description

Possible layouts for an overlay.

Properties

HorizontalToolbarContents will be sized to fit within a toolbar and arranged horizontally.
VerticalToolbarContents will be sized to fit within a toolbar and arranged vertically.
PanelContents will be presented as a normal overlay with a header title and content area.
AllEquivalent to Layout.Panel | Layout.HorizontalToolbar | Layout.VerticalToolbar.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答