Share via


IUIContentSizeCategoryAdjusting Interface

Definition

Allows elements to adjust to dynamic traits.

[Foundation.Protocol(Name="UIContentSizeCategoryAdjusting", WrapperType=typeof(UIKit.UIContentSizeCategoryAdjustingWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="adjustsFontForContentSizeCategory", IsProperty=true, IsRequired=true, IsStatic=false, Name="AdjustsFontForContentSizeCategory", PropertyType=typeof(System.Boolean), Selector="adjustsFontForContentSizeCategory", SetterSelector="setAdjustsFontForContentSizeCategory:")]
public interface IUIContentSizeCategoryAdjusting : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="UIContentSizeCategoryAdjusting", WrapperType=typeof(UIKit.UIContentSizeCategoryAdjustingWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="adjustsFontForContentSizeCategory", IsProperty=true, IsRequired=true, IsStatic=false, Name="AdjustsFontForContentSizeCategory", PropertyType=typeof(System.Boolean), Selector="adjustsFontForContentSizeCategory", SetterSelector="setAdjustsFontForContentSizeCategory:")>]
type IUIContentSizeCategoryAdjusting = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
AdjustsFontForContentSizeCategory
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to