共用方式為


ContentIsland.ActualSize 屬性

定義

取得 的邏輯大小 ContentIsland ,由 所 ContentSite 決定。

public:
 property float2 ActualSize { float2 get(); };
float2 ActualSize();
public Vector2 ActualSize { get; }
var vector2 = contentIsland.actualSize;
Public ReadOnly Property ActualSize As Vector2

屬性值

Vector2 Vector2

float2

的邏輯大小 ContentIsland ,由 ContentSite 所決定。

適用於