UIViewController.ProvidesPresentationContextTransitionStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
true
如果此 UIViewController 替代它显示的 的 UIViewController 过渡样式,则为 。
public virtual bool ProvidesPresentationContextTransitionStyle { [Foundation.Export("providesPresentationContextTransitionStyle")] get; [Foundation.Export("setProvidesPresentationContextTransitionStyle:")] set; }
member this.ProvidesPresentationContextTransitionStyle : bool with get, set
属性值
默认值为 false
- 属性
注解
如果保留默认值 false
,则呈现 UIViewController 的 的转换样式由呈现 UIViewController的 的 ModalTransitionStyle 属性决定。 如果此属性 ProvidesPresentationContextTransitionStyle 设置为 true
,则切换样式由呈现 UIViewController的 ModalTransitionStyle 属性决定。