LayoutOptions.EndAndExpand 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The StackLayout expansion options are deprecated; please use a Grid instead.
一个 LayoutOptions 结构,描述一个出现在其父级末尾且展开的元素。
public: static initonly Microsoft::Maui::Controls::LayoutOptions EndAndExpand;
[System.Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")]
public static readonly Microsoft.Maui.Controls.LayoutOptions EndAndExpand;
[<System.Obsolete("The StackLayout expansion options are deprecated; please use a Grid instead.")>]
staticval mutable EndAndExpand : Microsoft.Maui.Controls.LayoutOptions
Public Shared ReadOnly EndAndExpand As LayoutOptions
字段值
- 属性