CompressedLayout Class
Definition
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.
Caution
CompressedLayout does not provide meaningful functionality and may be removed in a future release. Please remove usage of this API.
Contains attached properties for omitting redundant renderers.
public ref class CompressedLayout abstract sealed
[System.Obsolete("CompressedLayout does not provide meaningful functionality and may be removed in a future release. Please remove usage of this API.")]
public static class CompressedLayout
public static class CompressedLayout
[<System.Obsolete("CompressedLayout does not provide meaningful functionality and may be removed in a future release. Please remove usage of this API.")>]
type CompressedLayout = class
type CompressedLayout = class
Public Class CompressedLayout
- Inheritance
-
CompressedLayout
- Attributes
Fields
| HeadlessOffsetProperty |
Obsolete.
Bindable property for |
| IsHeadlessProperty |
Obsolete.
Bindable property for |
Methods
| GetHeadlessOffset(BindableObject) |
Obsolete.
For internal use by the Microsoft.Maui.Controls platform. |
| GetIsHeadless(BindableObject) |
Obsolete.
Gets a Boolean value that tells whether layout compression is enabled for the specified bindable object. |
| SetIsHeadless(BindableObject, Boolean) |
Obsolete.
Turns layout compression on or off for the specified bindable object. |