ContentIsland.ActualSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 的邏輯大小 ContentIsland ,由 所 ContentSite 決定。
public:
property float2 ActualSize { float2 get(); };
float2 ActualSize();
public Vector2 ActualSize { get; }
var vector2 = contentIsland.actualSize;
Public ReadOnly Property ActualSize As Vector2
屬性值
的邏輯大小 ContentIsland ,由 ContentSite 所決定。