Share via


ChildSiteLink.ActualSize Property

Definition

Gets or sets the effective Size of the placement Visual relative to the root Visual of the parent ContentIsland.

public:
 property float2 ActualSize { float2 get(); void set(float2 value); };
float2 ActualSize();

void ActualSize(float2 value);
public Vector2 ActualSize { get; set; }
var vector2 = childSiteLink.actualSize;
childSiteLink.actualSize = vector2;
Public Property ActualSize As Vector2

Property Value

Vector2 Vector2

float2

The effective Size of the placement Visual relative to the root Visual of the parent ContentIsland.

Remarks

This property must be kept in sync with the effective Size of the placement Visual relative to the root Visual of the parent ContentIsland, otherwise the conversions performed by the ContentCoordinateConverter may not be accurate.

Applies to