Instance Property インスタンスプロパティ

preferredPresentationSize

The ideal presentation size of the item. 項目の理想的な表現寸法。

Declaration 宣言

iOS, iPadOS, Mac Catalyst

var preferredPresentationSize: CGSize { get set }

macOS

var preferredPresentationSize: NSSize { get }

Discussion 議論

When displaying the item, the value in this property represents the ideal size at which to display the item. The size in this property may differ from the size in the sourceFrame rectangle. For images, video, and other content with a natural size, the item automatically derives the size from that content. If the value in this property is NSZeroSize, use the size specified in the sourceFrame rectangle. 項目を表示する場合、このプロパティの値は、項目を表示する理想的な寸法を表します。このプロパティの中の寸法は、sourceFrame矩形における寸法と異なるかもしれません。当然あるべき寸法を持つイメージ、ビデオ、およびその他の内容に対して、項目は自動的にその内容から寸法を導き出します。このプロパティの中の値がNSZeroSizeならば、sourceFrame矩形において指定されるサイズを使ってください。

See Also 参照

Configuring the Provider プロバイダを構成設定する