UILayoutSupport 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.
Provides the Length property, which specifies the distance, in points, from the nearest screen edge to the guide.
[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_iOS__UIKit_UILayoutSupport", false)]
public abstract class UILayoutSupport : Foundation.NSObject, IDisposable, UIKit.IUILayoutSupport
[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_MacCatalyst__UIKit_UILayoutSupport", false)]
public abstract class UILayoutSupport : Foundation.NSObject, IDisposable, UIKit.IUILayoutSupport
[Foundation.Model]
[Foundation.Protocol]
[Foundation.Register("Microsoft_tvOS__UIKit_UILayoutSupport", false)]
public abstract class UILayoutSupport : Foundation.NSObject, IDisposable, UIKit.IUILayoutSupport
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_iOS__UIKit_UILayoutSupport", false)>]
type UILayoutSupport = class
inherit NSObject
interface IUILayoutSupport
interface INativeObject
interface IDisposable
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_MacCatalyst__UIKit_UILayoutSupport", false)>]
type UILayoutSupport = class
inherit NSObject
interface IUILayoutSupport
interface INativeObject
interface IDisposable
[<Foundation.Model>]
[<Foundation.Protocol>]
[<Foundation.Register("Microsoft_tvOS__UIKit_UILayoutSupport", false)>]
type UILayoutSupport = class
inherit NSObject
interface IUILayoutSupport
interface INativeObject
interface IDisposable
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UILayoutSupport() |
Creates a new UILayoutSupport with default values. |
| UILayoutSupport(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UILayoutSupport(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BottomAnchor |
Returns the bottom edge of the guide |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. (Inherited from NSObject) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| HeightAnchor |
Returns the height of the guide. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Length |
Gets the length of the part of a view controller's area that is covered with see-through UIKit bars. |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TopAnchor |
Returns the top edge of the guide. |
| Zone | (Inherited from NSObject) |