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
Margins
public Thickness Margins { readonly get; set; }
Property Value
Request
public SKSize Request { readonly get; set; }
Property Value
TotalMargins
Include padding
public Thickness TotalMargins { readonly get; set; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.