NormalViewRestoredProperties
NormalViewRestoredProperties 类
指定幻灯片区域的大小(当作为 restoredTop 的子项时为宽度,作为 restoredLeft 的子项时为高度)属于普通视图,当该区域为可变的恢复大小(既未最小化也未最大化)。
public class NormalViewRestoredProperties : INormalViewRestoredProperties
属性
| 名称 | 描述 |
|---|---|
| AutoAdjust { get; set; } | 指定在调整包含视图的窗口大小时,侧内容区域的尺寸是否应补偿新的大小。可读写 Boolean。 |
| DimensionSize { get; set; } | 指定幻灯片区域的大小(当作为 RestoredTop 的子项时为宽度,作为 RestoredLeft 的子项时为高度)。可读写 Single。 |