SceneWrappingMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指定場景的包裝方式。
public enum class SceneWrappingMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class SceneWrappingMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class SceneWrappingMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum SceneWrappingMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum SceneWrappingMode
var value = Microsoft.UI.Composition.Scenes.SceneWrappingMode.clampToEdge
Public Enum SceneWrappingMode
- 繼承
-
SceneWrappingMode
- 屬性
欄位
ClampToEdge | 0 | 固定到邊緣。 |
MirroredRepeat | 1 | 鏡像重複。 |
Repeat | 2 | Repeat. |