NSText
Notifications
NSText()
NSText(CGRect)
NSText(IntPtr)
NSText(NativeHandle)
NSText(NSCoder)
NSText(NSObjectFlag)
Alignment
BackgroundColor
BaseWritingDirection
ClassHandle
Delegate
DidBeginEditingNotification
DidChangeNotification
DidEndEditingNotification
DrawsBackground
Editable
FieldEditor
Font
HorizontallyResizable
ImportsGraphics
IsRulerVisible
MaxSize
MinSize
MovementUserInfoKey
RichText
Selectable
SelectedRange
TextColor
TextShouldBeginEditing
TextShouldEndEditing
UsesFontPanel
Value
VerticallyResizable
WeakDelegate
AlignCenter(NSObject)
AlignLeft(NSObject)
AlignRight(NSObject)
ChangeFont(NSObject)
CheckSpelling(NSObject)
Copy(NSObject)
CopyFont(NSObject)
CopyRuler(NSObject)
Cut(NSObject)
Delete(NSObject)
Dispose(Boolean)
FromRtfdFile(String)
Paste(NSObject)
PasteFont(NSObject)
PasteRuler(NSObject)
Replace(NSRange, String)
ReplaceWithRtf(NSRange, NSData)
ReplaceWithRtfd(NSRange, NSData)
RtfdFromRange(NSRange)
RtfFromRange(NSRange)
ScrollRangeToVisible(NSRange)
SelectAll(NSObject)
SetFont(NSFont, NSRange)
SetTextColor(NSColor, NSRange)
ShowGuessPanel(NSObject)
SizeToFit()
Subscript(NSObject)
Superscript(NSObject)
ToggleRuler(NSObject)
Underline(NSObject)
Unscript(NSObject)
WriteRtfd(String, Boolean)
TextDidBeginEditing
TextDidChange
TextDidEndEditing
xamarinmac
namespace AppKit
{
[Register("NSText", true)]
public class NSText : NSView
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSTextAlignment Alignment
{
[Export("alignment")]
get;
[Export("setAlignment:")]
set;
}
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Get property 0.0 %
Set property |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API