LayoutOptions(LayoutAlignment, Boolean) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 alignment
和 expands
创建新的 LayoutOptions 对象。
public LayoutOptions (Xamarin.Forms.LayoutAlignment alignment, bool expands);
new Xamarin.Forms.LayoutOptions : Xamarin.Forms.LayoutAlignment * bool -> Xamarin.Forms.LayoutOptions
参数
- alignment
- LayoutAlignment
对齐值。
- expands
- System.Boolean
元素是否会扩展以填充其父级中的可用空间。