ContentSiteView 类

定义

提供对属性的只读视图 ContentSite 的访问。

[WebHostHidden]
public ref class ContentSiteView
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class ContentSiteView
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ContentSiteView
Public Class ContentSiteView
继承
Object Platform::Object IInspectable ContentSiteView
属性

注解

此对象公开 中ContentSite的最新值,它不是时间上的快照。

属性

ActualSize

获取关联的 ContentIsland的逻辑大小。

ClientSize

获取父 Win32 HWND 客户端大小。

CoordinateConverter

ContentCoordinateConverter获取用于在此ContentSiteView的本地坐标空间和屏幕坐标之间执行转换的对象。

DispatcherQueue

获取此 DispatcherQueueContentSiteView

EnvironmentView

获取此 Microsoft.UI.Content.ContentSiteEnvironmentViewContentSiteView

IsConnected

获取 IsConnected 报告 ContentSite的状态。

IsSiteEnabled

获取 IsSiteEnabled 报告 ContentSite的状态。

IsSiteVisible

获取 IsSiteVisible 报告 ContentSite的状态。

LayoutDirection

获取 LayoutDirection (LeftToRight 或 RightToLeft) ,用于报告的 ContentSite阅读顺序和文本对齐方式。

OverrideScale

获取单个 ContentSite的替代缩放因子,忽略父 Win32 HWND 的默认缩放因子。

ParentScale

获取单个 ContentSite的父 Win32 HWND 的默认缩放因子。

RasterizationScale

获取从 和 ParentScale计算的OverrideScale关联 ContentSite的计算的本地 DPI。

有关详细信息,请参阅 ContentIsland.RasterizationScale。

RequestedSize

获取逻辑 RequestedSize

ShouldApplyRasterizationScale

获取 是否 ContentSite 将计算的 RasterizationScale 作为光学刻度应用。

适用于