Share via


UITextField.MarkedTextStyle Property

Definition

Attribute dictionary describing how text should be drawn.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDictionary? MarkedTextStyle { [Foundation.Export("markedTextStyle", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setMarkedTextStyle:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("markedTextStyle", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setMarkedTextStyle:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.MarkedTextStyle : Foundation.NSDictionary with get, set

Property Value

Strings indicating style definition.

Implements

Attributes

Remarks

This is marked to indicate the necessity for unique visual treatment in display.

Applies to