ContentSiteView.ActualSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the logical size of the associated ContentIsland.
public:
property float2 ActualSize { float2 get(); };
float2 ActualSize();
public Vector2 ActualSize { get; }
var vector2 = contentSiteView.actualSize;
Public ReadOnly Property ActualSize As Vector2
Property Value
The logical size of the associated ContentIsland.