Table of Contents

Struct MeasuringConstraints

Namespace
DrawnUi.Infrastructure
Assembly
DrawnUi.Maui.dll
public struct MeasuringConstraints
Inherited Members
Extension Methods

Properties

Content

public SKRect Content { readonly get; set; }

Property Value

SKRect

Margins

public Thickness Margins { readonly get; set; }

Property Value

Thickness

Request

public SKSize Request { readonly get; set; }

Property Value

SKSize

TotalMargins

Include padding

public Thickness TotalMargins { readonly get; set; }

Property Value

Thickness

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.