MonobjcMonobjc Documented Class Library
DefaultAttachmentScaling Property
NamespacesMonobjc.AppKitNSLayoutManagerDefaultAttachmentScaling

Returns the default behavior desired if an attachment image is too large to fit in a text container.

Original signature is '- (NSImageScaling)defaultAttachmentScaling'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSImageScaling DefaultAttachmentScaling { get; set; }
Public Overridable Property DefaultAttachmentScaling As NSImageScaling
	Get
	Set
public:
virtual property NSImageScaling DefaultAttachmentScaling {
	NSImageScaling get ();
	void set (NSImageScaling value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)