NSTextContainer.MaximumNumberOfLines Property
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.
The maximum number of lines that can be stored in the receiver.
public virtual nuint MaximumNumberOfLines { [Foundation.Export("maximumNumberOfLines")] get; [Foundation.Export("setMaximumNumberOfLines:")] set; }
member this.MaximumNumberOfLines : nuint with get, set
Property Value
System.System.UIntPtr
System.unativeint
The default value of 0 indicates no limit.
- Attributes