ScrollView.ContentSize Property

Definition

Gets the size of the Content. This is a bindable property.

public:
 property Microsoft::Maui::Graphics::Size ContentSize { Microsoft::Maui::Graphics::Size get(); };
public Microsoft.Maui.Graphics.Size ContentSize { get; }
member this.ContentSize : Microsoft.Maui.Graphics.Size
Public ReadOnly Property ContentSize As Size

Property Value

A Size that represents the size of the content.

Implements

Applies to