Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ContentSite.ActualSize Property
Definition
- Namespace:
- Microsoft.UI.Content
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 ContentSite.
public:
property float2 ActualSize { float2 get(); void set(float2 value); };
float2 ActualSize();
void ActualSize(float2 value);
public Vector2 ActualSize { get; set; }
var vector2 = contentSite.actualSize;
contentSite.actualSize = vector2;
Public Property ActualSize As Vector2
Property Value
The logical size of the ContentSite.
Applies to
Feedback
Was this page helpful?
